mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-14 17:43:52 +08:00
`compileComponents` is not necessary when using the CLI (as the templates are inlined) and just adds boilerplate code. So we can remove it from the test schematic and make it independent from `async/await` (only place we would have it in the CLI generated code, and in most Angular apps).