angular/packages/platform-browser/src
Charles Lyding c22b5accdd fix(platform-browser): correctly add external stylesheets to ShadowDOM components (#58482)
Angular components that use ShadowDOM view encapsulation have an alternate
execution path for adding component styles to the DOM that does not use the
SharedStylesHost that all other view encapsulation modes leverage. To ensure
that ShadowDOM components receive all defined styles, additional logic has been
added to the ShadowDOM specific renderer to also cover external styles.

PR Close #58482
2024-11-05 11:33:17 +01:00
..
browser refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
dom fix(platform-browser): correctly add external stylesheets to ShadowDOM components (#58482) 2024-11-05 11:33:17 +01:00
security refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
browser.ts refactor(platform-browser): remove deprecated BrowserModule.withServerTransition method (#58062) 2024-10-07 08:23:53 -07:00
errors.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
hydration.ts docs(platform-browser): update usage notes for incremental hydration (#58339) 2024-10-24 16:39:26 -07:00
platform-browser.externs.js refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
platform-browser.ts feat(core): Add incremental hydration public api (#58249) 2024-10-22 09:37:31 -07:00
private_export.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
version.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00