mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 14:02:43 +08:00
The Angular compiler's partial compilation mode is only intended for use when building libraries. If attempting to use the mode while building an application, the application would fail. A warning is now issued if partial mode is configured for the application and the mode is switched to full compilation mode to prevent the build from failing due to the option value.