RyanMetin / slush-angular2

Slush Generator For Angular 2
MIT License
44 stars 6 forks source link

Problem with "@reactivex" #7

Closed maxime1992 closed 9 years ago

maxime1992 commented 9 years ago

I have no problem with slush to setup your project.

But once it has been launched, i have this error : image

and of course JS crash so i don't have the template and 'loading' is not replaced by your directive.

maxime1992 commented 9 years ago

I just found a solution and made a pull request.

Run this command once the project has been setup : jspm install npm:@reactivex/rxjs

(credits : http://kylecordes.com/2015/angular-2-alpha-38-or-so-error-finding-subject-js)