mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
parent
ce76408a86
commit
e5948905d2
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ A change can be accepted or ignored, or throw an exception.
|
|||
|
||||
### Defining rules and actions
|
||||
|
||||
When you create a new blank schematic with the [Schematics CLI](#cli), the generated entry function is a *rule factory*.
|
||||
When you create a new blank schematic with the [Schematics CLI](#schematics-cli), the generated entry function is a *rule factory*.
|
||||
A `RuleFactory` object defines a higher-order function that creates a `Rule`.
|
||||
|
||||
<docs-code header="index.ts" language="typescript">
|
||||
|
|
|
|||
Loading…
Reference in a new issue