Skip to content
New issue

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

how about upgrade this project to angular6? #26

Open
shootermv opened this issue Jul 4, 2018 · 2 comments
Open

how about upgrade this project to angular6? #26

shootermv opened this issue Jul 4, 2018 · 2 comments

Comments

@shootermv
Copy link

No description provided.

@aldari
Copy link

aldari commented Jul 7, 2018

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.

@minijus
Copy link

minijus commented Sep 14, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants