Skip to content

Commit

Permalink
docs(@angular-devkit/schematics): replace template with templating se…
Browse files Browse the repository at this point in the history
…ction

Closes #11733

(cherry picked from commit 93b541b)
  • Loading branch information
alan-agius4 committed Aug 5, 2021
1 parent df66cbd commit 8773854
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/angular_devkit/schematics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8773854

Please sign in to comment.