I have a template in HTML and CSS and Javascript. I split HTML and CSS to components but I cannot adopt javascript to angular.
how to add plugin javascript to angular 2
I have a template in HTML and CSS and Javascript. I split HTML and CSS to components but I cannot adopt javascript to angular.
how to add plugin javascript to angular 2
You can call the javascript functions from the component typescript file see: Angular 2 typescript invoke javascript function