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

install NgRx dependencies if using --init #33

Open
jessesanders opened this issue Apr 23, 2019 · 0 comments
Open

install NgRx dependencies if using --init #33

jessesanders opened this issue Apr 23, 2019 · 0 comments

Comments

@jessesanders
Copy link
Member

Describe the bug
When using the init flag, the schematic should check for NgRx libraries in the package.json, add missing libraries, and run npm install.

To Reproduce
Steps to reproduce the behavior:

  1. ng new my-project
  2. ng add @briebug/ngrx-entity-schematic customer --path=src/app/state --init
  3. ng build

Expected behavior
schematic should check for NgRx libraries in the package.json, add missing libraries, and run npm install so that no additional steps are needed.

Desktop (please complete the following information):

  • OS: Mac OS
  • Angular CLI Version 7.2.4
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

1 participant