angular-cli icon indicating copy to clipboard operation
angular-cli copied to clipboard

feat(@angular/build): support dev server direct component style serving

Open clydin opened this issue 1 year ago • 0 comments

The Vite-based development server now provides support for serving individual component stylesheets both with and without emulated view encapsulation. This capability is not yet used by the Angular runtime code. The ability to use external stylesheets instead of bundling the style content is an enabling capability primarily for automatic component style HMR features. Additionally, it has potential future benefits for development mode deferred style processing which may reduce the initial build time when using the development server. The application build itself also does not yet generate external stylesheets.

clydin avatar Aug 19 '24 14:08 clydin