Zemke/starter-laravel-angular

Upgrade Angular to 2.0

Closed this issue · 2 comments

Can you explain where i can read article for upgrade Angular in your project?

Zemke commented

There are migration guides to be found in the AngularJS docs.

Mostly it’s just “replacing” the angular.js file, but often times you also need to update some parts in your codebase.
For Angular 2 it’s more complex, since it’s major update.

In all cases it’s a general work, nothing specifically related to this project.