Reputation: 6206
I'm not looking for an opinion - just a solid migration strategy.
We started to design a new project that designated to be built with Angular as each of our previous, the importance of this project is very high and it's going to live and maintained for at least 3-4 years.
Angular 2.0 is coming in the end of 2015 and it seems like everything is about to change, $scope is out, directives are out and the whole DI concept is about to change.
Upvotes: 3
Views: 1000
Reputation: 2544
The latest blog post as of today from the Angular devs will give you a nice step-by-step process. The key will be to use the new ng-upgrade libraries. Here are the steps directly from the blog post (with link below):
Pick a component which you would like to migrate
Pick a service which you would would like to migrate
Angular 1 and Angular 2 Coexistence
Good luck!
Upvotes: 0
Reputation: 10509
At the 2015 ng-Conf, the Angular team discussed initial concepts for this. Important things to note:
For more information from ng-Conf see the following videos:
Upvotes: 2