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

Remove blockers that cause 1-start branch ngrx to fail for Angular 13+ users #36

Open
wants to merge 2 commits into
base: 1-start
Choose a base branch
from

Commits on Apr 14, 2022

  1. delete ngrx from package.json

    The hard coded ngrx entries in the package.json in the 1-start branch were creating conflicts for Angular 13 + users .  Deleting them and then having people reinstall them manually appears to be the best solution. Users will have to manually do : 
         ng add @ngrx/store
         ng add @ngrx/router-store
         ng add @ngrx/effects
         ng add @ngrx/data
         ng add @ngrx/store-devtools
    Nmuta authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    593f914 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Nmuta authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    ebd9b00 View commit details
    Browse the repository at this point in the history