mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 03:23:57 +08:00
It’s very easy to inadvertently import toplevel css in component styles. Since component css is standalone and self-contained, it will never be shared between components and remains as a single large bundle for each component. This in turn adds a large amount of code that must be processed and increases bundle size. Related to: TOOL-949