Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why use of SystemJS is forced? #3

Open
okunokentaro opened this issue May 1, 2015 · 1 comment
Open

Why use of SystemJS is forced? #3

okunokentaro opened this issue May 1, 2015 · 1 comment

Comments

@okunokentaro
Copy link

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?

@rkirov
Copy link
Owner

rkirov commented May 27, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants