1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-05-17 11:03:53 +08:00

docs(@angular-devkit/schematics): replace template with templating section

Closes 
This commit is contained in:
Alan Agius 2021-08-05 07:40:44 +02:00
parent 214523d66c
commit 93b541bb0c

@ -75,9 +75,9 @@ It is impossible to create files using a `FileOperator`.
The Schematics library provides multiple `Operator` factories by default that cover basic use cases:
| FileOperator | Description |
| -------------------------------- | --------------------------------------------------- |
| `contentTemplate<T>(options: T)` | Apply a content template (see the Template section) |
| `pathTemplate<T>(options: T)` | Apply a path template (see the Template section) |
| -------------------------------- | -------------------------------------------------------------------- |
| `contentTemplate<T>(options: T)` | Apply a content template (see the [Templating](#templating) section) |
| `pathTemplate<T>(options: T)` | Apply a path template (see the [Templating](#templating) section) |
## Provided Sources