Hey, I've wondered on how you can use GSAP with Angular2 if anyone here have done that.   I loaded the TimelineMax.min.js in my main index.html-file, but having problem importing it into a component.   My component look like this: import {Component} from 'angular2/core'; //import {TweenLite} from 'gsap/src/minified/TweenLite.min.js'; //import {TimelineMax} from 'gsap/src/minified/TimelineMax.min.js'; //import {TL} from 'gsap/src/minified/TimelineMax'; import {TL} from 'gsap/src/uncompress