diff --git a/angular.json b/angular.json index 70450c4..156c88d 100644 --- a/angular.json +++ b/angular.json @@ -2,7 +2,7 @@ "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, "cli": { - "packageManager": "yarn" + "defaultCollection": "@ngrx/schematics" }, "newProjectRoot": "projects", "projects": { diff --git a/package.json b/package.json index 9c58ced..3529ac2 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "@angular/router": "~9.1.1", "@ngrx/effects": "^9.1.0", "@ngrx/entity": "^9.1.0", + "@ngrx/schematics": "^9.1.0", "@ngrx/store": "^9.1.0", "rxjs": "~6.5.4", "tslib": "^1.10.0", @@ -49,4 +50,4 @@ "tslint": "~6.1.0", "typescript": "~3.8.3" } -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index 52abe00..c58dbd6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -995,6 +995,11 @@ resolved "https://registry.yarnpkg.com/@ngrx/entity/-/entity-9.1.0.tgz#2f5fe5f5277db532d9223c70687d252490c560f3" integrity sha512-MrjdJeJIaUpPogxzK7S/z5Cc/6XWyyQfUgkXrTS20JZyX4amjVZYL3oU3FF3JhXO9ZkhaBFi07IDPEtvyYl/Mg== +"@ngrx/schematics@^9.1.0": + version "9.1.0" + resolved "https://registry.yarnpkg.com/@ngrx/schematics/-/schematics-9.1.0.tgz#05428023a4e0a9b35521c85d0ec80c905bb34963" + integrity sha512-CYfBFP/jCNFFQkV+Afc4kPCRf3Ye2NlNIEwU5urtZMt8WV8RWFbzsbL0O9UMH6zshPvwoZoBqU/5ZftZupxcHA== + "@ngrx/store@^9.1.0": version "9.1.0" resolved "https://registry.yarnpkg.com/@ngrx/store/-/store-9.1.0.tgz#1339716a34e2b389979d25464bb32b0dba799557"