I am using a plug-in called Bootstrap-select in my angular app which is for modifying the select form element.It has a .js and a .css file.It works well unless I try to programatically route to that page using Router.navigate. I know angular loads scripts once and I have also tried dynamically loading the script in my component.But the element is only rendered if I reload the page.Is there any way to solve this issue?
↧