Uncaught ReferenceError: exports is not defined and require

后端 未结 3 2025
一向
一向 2021-01-12 03:36

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         


        
3条回答
  •  忘掉有多难
    2021-01-12 04:03

    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

提交回复
热议问题