File tree Expand file tree Collapse file tree
packages/angular_devkit/schematics Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,10 +74,10 @@ It is impossible to create files using a `FileOperator`.
7474
7575The Schematics library provides multiple ` Operator ` factories by default that cover basic use cases:
7676
77- | FileOperator | Description |
78- | -------------------------------- | --------------------------------------------------- |
79- | ` contentTemplate<T>(options: T) ` | Apply a content template (see the Template section) |
80- | ` pathTemplate<T>(options: T) ` | Apply a path template (see the Template section) |
77+ | FileOperator | Description |
78+ | -------------------------------- | -------------------------------------------------------------------- |
79+ | ` contentTemplate<T>(options: T) ` | Apply a content template (see the [ Templating ] ( #templating ) section) |
80+ | ` pathTemplate<T>(options: T) ` | Apply a path template (see the [ Templating ] ( #templating ) section) |
8181
8282## Provided Sources
8383
You can’t perform that action at this time.
0 commit comments