From 816e3cb868961c57a68783601b919370076c41dc Mon Sep 17 00:00:00 2001 From: Charles Lyding <19598772+clydin@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:31:42 -0400 Subject: [PATCH] feat(@angular/build): enable component stylesheet hot replacement by default When using the `application` builder (default for new projects) with the development server, component style only changes will now automatically replace the styles within the running application without a full reload of the page. No application code changes are necessary and both file-based (`styleUrl`/`styleUrls`) and inline (`styles`) component styles are supported. Within a component template, `