mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 15:02:11 +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.