如何设置angularjs 1.5.x使用systemjs和typescript

时间:2016-06-21 02:57:42

标签: angularjs typescript angular

我希望将所有代码保留在1.x中,并希望代码很容易升级到angularjs 2后者。为了使我的代码遵循angular 2样式,我想首先在1.5.x中使用typescript和systemjs。

有没有人有关于如何使用systemjs和typescript设置angularjs 1.5.x的解决方法/代码?

这是我发现使用babel作为编译器的最佳匹配:https://github.com/swimlane/angular1-systemjs-seed 但我希望systemjs与angular 1中的typescript一起工作。

1 个答案:

答案 0 :(得分:1)

有一些种子项目可以帮助你开始使用angular和jspm(es6):

https://github.com/angularclass/NG6-starter/tree/jspm https://github.com/davinkevin/angularjs-jspm-seed

这个是针对jspm + typescript的 https://github.com/b091/ts-skeleton/