I\'m using angularjs and typescript to create some app, I\'m having a trouble with this error that I can\'t solve
Here is my *.ts code
export var NgA
How can I use import like es6 in typescript? What I am missing?
You need to use a module loader. Here is a sample that uses webpack : https://github.com/AngularClass/angular2-webpack-starter