mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 19:13:34 +08:00
All schematics can potentially be async. The synchronous test method variants (`runSchematic`/`runExternalSchematic`) will fail if the schematic, any of its rules, or any schematic it calls are async.