Skip to content

Commit

Permalink
docs(schematics): clarify schematics collection (ngrx#3778)
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver authored Feb 16, 2023
1 parent 8769b15 commit 2f86d9b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions projects/ngrx.io/content/guide/schematics/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,15 @@ You should end up with the following result in your `angular.json`:
}
```

Or, when the Angular schematic is also registered you should end up with following result:


```json
{
"cli": {
"schematicCollections": ["@schematics/angular", "@ngrx/schematics"],
}
}
```

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.

0 comments on commit 2f86d9b

Please sign in to comment.