You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
ng new my-project
ng add @briebug/ngrx-entity-schematic customer --path=src/app/state --init
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
The text was updated successfully, but these errors were encountered:
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:
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):
The text was updated successfully, but these errors were encountered: