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

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

View File

@ -74,10 +74,10 @@ 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) |
| FileOperator | Description |
| -------------------------------- | -------------------------------------------------------------------- |
| `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