File tree 1 file changed +4
-4
lines changed
packages/angular_devkit/schematics
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,10 @@ It is impossible to create files using a `FileOperator`.
74
74
75
75
The Schematics library provides multiple ` Operator ` factories by default that cover basic use cases:
76
76
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) |
81
81
82
82
## Provided Sources
83
83
You can’t perform that action at this time.
0 commit comments