Run Angular2 as static app in browser without a server

后端 未结 6 1846
日久生厌
日久生厌 2020-12-13 02:06

As I understand the Angular2 concept - it is transpiling TypeScript files to .js files. In principle, it should be possible to compile, package, and then run that Angular2 a

6条回答
  •  情书的邮戳
    2020-12-13 02:55

    this is a great way to export your application , just need a little change open index.html and change

    
    

    to

    
    

提交回复
热议问题