Hi @jorma   Are you using the Angular CLI? If so, you can just add your scripts to the .angular-cli.json file, and it will import them for you.   "scripts": [ "assets/gsap/TweenMax.js", "assets/gsap/plugins/DrawSVGPlugin.js" ]   https://github.com/angular/angular-cli/wiki/stories-global-scripts    
    • Like
    5