datatypevoid / vulgar

A simple and scalable MEAN stack development kit featuring Angular 2 (Router, Http, Forms, Services, Tests, E2E, Coverage, Dev/Prod), Express, MongoDB, Mongoose, Node, PassportJS, Socket.io, Karma, Protractor, Jasmine, Istanbul, SASS Support, TypeScript, TSLint, NG2Lint, Hot Module Replacement, Docco, Gulp, and Webpack by @datatypevoid
MIT License
286 stars 66 forks source link

Observable Assign Failing #18

Closed jnfsmile closed 8 years ago

jnfsmile commented 8 years ago

[x] bug report


[default] C:/Users/Naftali/Documents/GitHub/Beshvili4/src/app/recipes/recipe.service.ts:35:5
    Type 'Observable<{}>' is not assignable to type 'Observable<Recipe[]>'.

[default] C:/Users/Naftali/Documents/GitHub/Beshvili4/src/app/recipes/recipes.component.ts:46:5
    Type 'Observable<{}>' is not assignable to type 'Observable<Recipe>'.
datatypevoid commented 8 years ago

You've updated the Angular version far beyond what the master branch supports. If you want to use the development branch, it is on RC.3 and is actively being brought up to date with the latest releases in these particular spheres of development. Please note that if you choose to use the development branch, for the time being, vulgar-cli is not compatible until it is refactored to handle the changes brought with the Angular 2 release candidates. That being said, there are plenty of us using the development branch and actively moving it forward. If you have further questions or are interested in contributing, please join our Slack channel. There is a registration link in the project README file.