mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-15 01:54:04 +08:00
docs(@angular-devkit/schematics): replace template with templating section
Closes #11733
This commit is contained in:
parent
214523d66c
commit
93b541bb0c
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user