angular/packages/platform-browser/test
Alan Agius 6b09716754 fix(platform-browser): prepend baseHref to sourceMappingURL in CSS content (#59730)
Implemented functionality to prepend the baseHref to `sourceMappingURL` in CSS content. Added handling to ensure external sourcemaps are loaded relative to the baseHref. Corrected sourcemap URL behavior when accessing pages with multi-segment URLs (e.g., `/foo/bar`). Ensured that when the baseHref is set to `/`, maps are requested from the correct path (e.g., `http://localhost/comp.css.map` instead of `http://localhost/foo/bar/comp.css.map`).

Closes #59729

PR Close #59730
2025-01-29 08:44:19 -08:00
..
browser feat(core): add syntactic sugar for initializers (#53152) 2024-10-22 09:38:18 -07:00
dom fix(platform-browser): prepend baseHref to sourceMappingURL in CSS content (#59730) 2025-01-29 08:44:19 -08:00
security refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
static_assets refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
BUILD.bazel feat(platform-browser): enable HTTP request caching when using provideClientHydration (#49699) 2023-04-04 15:04:03 -07:00
hydration_spec.ts refactor(common): tree-shake transfer cache interceptor stuff (#59439) 2025-01-14 14:40:05 -05:00
testing_public_spec.ts refactor(core): Migrate all packages with the explicit-standalone-flag schematic. (#58160) 2024-10-14 14:58:57 +00:00