mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 23:15:56 +08:00
When using the development server, Angular component stylesheet requests that use hot replacement (default for v19) will now use the `ETag` header to remove the need to reprocess and resend encapsulated component styles if the styles have not changed since last usage. The ETag value used is a combination of the style content and the encapsulation component identifier.