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

ng2: 2.1.0 compatibility? #3100

Closed
ybrodsky opened this issue Oct 20, 2016 · 5 comments
Closed

ng2: 2.1.0 compatibility? #3100

ybrodsky opened this issue Oct 20, 2016 · 5 comments
Milestone

Comments

@ybrodsky
Copy link

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?

@christopherthielen
Copy link
Contributor

The package.json file for ui-router-ng2 needs a bump, but they should be compatible.

For example, in the Hello solar system plunker, find config/system.config.js and change from

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

@ybrodsky
Copy link
Author

Ok, after lots of struggling I managed to make it work.
Thanks for the help.

@christopherthielen christopherthielen added this to the 1.0.0-beta.4 milestone Oct 21, 2016
@christopherthielen
Copy link
Contributor

I'm adding to the 1.0.0-beta.4 target:

  • update package.json for 2.x compatibility

@christopherthielen christopherthielen changed the title Angular 2 ng2: 2.1.0 compatibility? Oct 21, 2016
@christopherthielen
Copy link
Contributor

christopherthielen commented Nov 2, 2016

I have updated the Quickstart and the three tutorials to angular2 version 2.1.2

@christopherthielen
Copy link
Contributor

For posterity: the package.json already specified ^2.0.0 which allows any 2.x.x version of ng2

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

No branches or pull requests

2 participants