angular/packages/platform-browser/test/dom
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
..
events refactor(platform-browser): remove Console from Hammer gestures (#59409) 2025-01-09 13:09:51 -05:00
dom_renderer_spec.ts fix(platform-browser): prepend baseHref to sourceMappingURL in CSS content (#59730) 2025-01-29 08:44:19 -08:00
shadow_dom_spec.ts refactor(core): Migrate all packages with the explicit-standalone-flag schematic. (#58160) 2024-10-14 14:58:57 +00:00
shared_styles_host_spec.ts fix(platform-browser): collect external component styles from server rendering (#59031) 2024-12-05 16:12:22 -08:00