Zemke / starter-laravel-angular

Laravel and AngularJS Starter Application Boilerplate featuring Laravel 5.3 and AngularJS 1.5.8
https://starter-laravel-angular.herokuapp.com
Other
369 stars 119 forks source link

Upgrade Angular to 2.0 #36

Closed ghost closed 8 years ago

ghost commented 8 years ago

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

Zemke commented 8 years ago

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.

ghost commented 8 years ago

thx