mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
c0f2a22a08
After splitting the facades into multiple modules, enabling prod mode for code had no effect for the compiler. Also in a change between RC1 and RC2 we created the `CompilerConfig` via a provider with `useValue` and not via a `useFactory`, which reads the prod mode too early. Closes #9318 Closes #8508 Closes #9318