根据John Papa的模板,我有一个以角1.x编写的项目: https://github.com/johnpapa/ng-demos/tree/master/modular
基本上我使用gulp为生产构建一个缩小的js,并使用另一个任务(称为'index')将所有js src文件(没有缩小)注入index.html文件。
在将nickcript添加到项目中时,我应该如何改变现状?
具体来说,我的问题是当我有一个B类继承自A类并且它们都位于同一名称空间时。
如何确保在缩小的js文件或index.html注入中,类的顺序将依赖于依赖项?
还请注意我为另一个模板打开的这个问题,一个显示如何使用带有Angular的打字稿的问题 - https://github.com/johnpapa/hottowel-angular-typescript/issues/24
非常感谢!