axiskafi / angular2-laravel5

Angular 2.0.0 stable release setup with Laravel 5
67 stars 43 forks source link

Angular 2 RC-1 #1

Closed jaroslawziolkowski closed 8 years ago

jaroslawziolkowski commented 8 years ago

Hey, have you any update for RC-1 I have loading errors for RC-1, for beta it works well. I have no idea what is wrong, because in angular change log isn't features which could brake code.

axiskafi commented 8 years ago

hi, i havent tried that, could you please provide me your package.json file. Then i might take an attempt to update it for RC-1.

Also you can troubleshoot the problem by following the thread, it seems a common problem and mostly solvable by node update and cache clean

https://github.com/angular/angular/issues/8473

jaroslawziolkowski commented 8 years ago

Please look at the RC 1 example. There are different dependencies, also not required is angular.dev.js file.

I afraid that for RC required are many changes. My file is same like on angular.io "get started" section.

axiskafi commented 8 years ago

made a new commit with the update of Angular 2.0.0-rc.1 hope it will solve your issue now.

jaroslawziolkowski commented 8 years ago

@axiskafi thanks, you are right it works.