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
Copy file name to clipboardExpand all lines: projects/ngrx.io/content/guide/schematics/index.md
+1-11Lines changed: 1 addition & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Scaffolding library for Angular applications using NgRx libraries.
4
4
5
5
Schematics provides Angular CLI commands for generating files when building new NgRx feature areas and expanding existing ones. Built on top of [`Schematics`](https://blog.angular.io/schematics-an-introduction-dc1dfbc2a2b2), this tool integrates with the [`Angular CLI`](https://cli.angular.io/).
6
6
7
-
## Installation
7
+
## Installation
8
8
9
9
Detailed installation instructions can be found on the [Installation](guide/schematics/install) page.
10
10
@@ -50,13 +50,3 @@ ng config cli.defaultCollection @ngrx/schematics
50
50
```
51
51
52
52
The [collection schema](https://github.com/ngrx/platform/tree/master/modules/schematics/collection.json) also has aliases to the most common schematics used to generate files.
53
-
54
-
The `@ngrx/schematics` extend the default `@schematics/angular` collection. If you want to set defaults for schematics such as generating components with scss file, you must change the schematics package name from `@schematics/angular` to `@ngrx/schematics` in `angular.json`:
0 commit comments