We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
There is a link to cli project in issues for a month. And it is not difficult to create @angular/cli project from scratch.
create project
add packages @ngrx/effects @ngrx/router-store @ngrx/store @ngrx/store-devtools
move assets
move components
add link to style in angular.json "styles": [ "src/assets/css/styles.css" ],
update two services to rxjs 6
add json-server package and move db.json run a fake api with: json-server db.json --watch --port 3000 --routes routes.json
I believe that there is a repository for angular 6 for who paid the course. But I get this course for nothing as pre-subscriber.
Sorry, something went wrong.
There is no repository with Angular 6 for paid course as well.
I did a quick update to Angular 6 and it is available for grabs on fork https://github.com/minijus/ngrx-store-effects-app
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: