angular/packages/platform-browser/test/dom
Kristiyan Kostadinov 5e209cb560 feat(core): remove TestBed.get (#60414)
`TestBed.get` isn't type safe and has been deprecated for several years now. These changes remove it from the public API and a follow-up change will add an automated migration to `TestBed.inject`.

BREAKING CHANGE:
* `TestBed.get` has been removed. Use `TestBed.inject` instead.

PR Close #60414
2025-03-19 15:52:26 +01:00
..
events feat(core): remove TestBed.get (#60414) 2025-03-19 15:52:26 +01: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