-
Notifications
You must be signed in to change notification settings - Fork 3k
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
ng2: 2.1.0 compatibility? #3100
Comments
The For example, in the Hello solar system plunker, find var ng2Ver = '2.0.0'; to var ng2Ver = '2.1.0'; and it still works. I'm reorganizing the code (moving ng2 to its own repository). When that's done I'll fix the package.json and release a new version which explicitly supports 2.1.0 |
Ok, after lots of struggling I managed to make it work. |
I'm adding to the 1.0.0-beta.4 target:
|
I have updated the Quickstart and the three tutorials to angular2 version 2.1.2 |
For posterity: the package.json already specified |
Is it possible that the examples, like Hello solar system, which are using angular's version 2.0.0 do not work with angular release 2.1.0?
The text was updated successfully, but these errors were encountered: