Hi Parvathy, I haven't worked with angular 2 yet, but here few things I can share with you:1. Angular 2 can also be used with Javascript (.js) https://v2.angular.io/docs/js/latest/index.html 2. Regarding .ts , you need a compiler which converts this to js. You can use Grunt and dump the output in AE...