ng2-ts-hello
ng2-ts-hello copied to clipboard
Why use of SystemJS is forced?
Hi, I welcome the publication of ts-quickstart!
https://angular.io/docs/js/latest/quickstart.html
"7. Load the component" have been instructed to use the SystemJS, and System.register()
has been embedded in the source of angular2.dev.js
. We want to use the Angular 2 even Browserify and webpack. Is this for a transition period, does it become available in the future?
This was just the fastest way to get something to show in your browsers so you can experiment with the APIs. Also it has the added benefit of supporting a pure in-browser test like - http://plnkr.co/edit/BrUl7z1vvZBGWBfSGS8D .
We will support other bundlers like browserify and webpack, for example the following repo - https://github.com/angular-class/angular2-webpack-starter.