I'm building an Angular 2 project and I want to use a free external template for my components. The pages needs to load some scrips to be displayed but I can't include them in script tags, because are not allowed in Angular 2 components. If I include the scripts in my index.html it works fine for one time but when I route to another page the scripts are not reloaded and the page appears blank... Any ideas on some fix or how to load scripts in another way?
Here's my complete project <https://github.com/NightWnvol/angular2App> (the issue occurs when I route from login-page to home-page and vice versa). Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Angular" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
