Reputation: 78
I am working on the Angular 2.0.0 rc-4
documentation but previous day's Angular Release 2.0.0
.How I configure my app in 2.0.0.
What's the main difference in it ? Any help will be appreciated, Thanks
Upvotes: 0
Views: 339
Reputation: 105
As suggested above you have to go thru the changelog http://github.com/angular/angular/blob/master/CHANGELOG.md
In this change log you need to mainly focus on breaking changes.
Just to summarize, if you would like to migrated from rc4 to final:
I guess now you are good to go with final version. Later on, I would suggest that you can refactor your code to have modules for each features.
Upvotes: 2
Reputation: 2470
There seems to be many changes including ngmodules and how to bootstrap. Please check breaking changes in the release notes and blog post about rc5/ng-modules
Upvotes: 1