Angularjs typescript migration -
i have sizeable angularjs application migrate angular 2.
i want to take whatever steps can make future migration easier.
i converting controllers , services typescript , organising files in component-oriented folder structure.
what able use es6 style module loading.
i understand system.js can provide loading functionality , can use es6 import syntax in typescript 1.5.
my question is, how should use 2 together? should output es6 modules typescript , use system.js module loading generated code? or other step required?
should output es6 modules typescript , use system.js module loading generated code
i output commonjs
modules , use system.js @ moment. note system.js
module output going arrive in typescript 1.6. see roadmap : https://github.com/microsoft/typescript/wiki/roadmap#16
Comments
Post a Comment