Angular 2.0 - ES6 without typescript -


so on angular 2.0 started pages, says can use typescript importing modules, isn't core part of es6?

so, once es6 supported (or @ least module loading) ins browsers, mean won't have use typescript in our angular 2.0 applications?

https://angular.io/docs/js/latest/guide/setup.html "import vs. window.angular" chapter

does mean won't have use typescript in our angular 2.0 applications

yes. if module loader natively supported don't need typescript module loading transpilation.

fact: don't have use typescript today.. can write javascript typescript generates hand or use else babel.


Comments