mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-20 05:24:57 +08:00
Previously, the `chain` base rule only accepted an `Array` of schematics rules. In addition to still allowing an `Array`, `chain` now can accept either an `Iterable<Rule>` or `AsyncIterable<Rule>`. This provides support for sync and async generator functions with the `chain` rule.