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
Minimal reproduction of the bug/regression with instructions:
Generate a new project
Run ng add @ngrx/component-store
Notice the error
The package that you are trying to add does not support schematics. You can try using a different version of the package or contact the package author to add ng-add support.
The schematics entry is missing from the package.json. An example can be found here https://github.com/ngrx/platform/blob/master/modules/store/package.json#L27
Expected behavior:
Versions of NgRx, Angular, Node, affected browser(s) and operating system(s):
Other information:
I would be willing to submit a PR to fix this issue
[ ] Yes (Assistance is provided if you need help submitting a pull request)
[ ] No
The text was updated successfully, but these errors were encountered:
Minimal reproduction of the bug/regression with instructions:
ng add @ngrx/component-store
The package that you are trying to add does not support schematics. You can try using a different version of the package or contact the package author to add ng-add support.
The
schematics
entry is missing from thepackage.json
. An example can be found herehttps://github.com/ngrx/platform/blob/master/modules/store/package.json#L27
Expected behavior:
Versions of NgRx, Angular, Node, affected browser(s) and operating system(s):
Other information:
I would be willing to submit a PR to fix this issue
[ ] Yes (Assistance is provided if you need help submitting a pull request)
[ ] No
The text was updated successfully, but these errors were encountered: