mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 19:13:34 +08:00
This commit fixes and issue were standalone applications would fail during runtime because the `@angular/compiler` is not available. We now add the `@angular/compiler` as part of the bundle when JIT mode is enabled.