angular/packages/common
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
..
http feat(core): remove TestBed.get (#60414) 2025-03-19 15:52:26 +01:00
locales refactor: replace fast-glob usage with tinyglobby (#60264) 2025-03-07 10:57:23 -08:00
src refactor(common): drop error messages in production (#60242) 2025-03-10 10:04:03 -07:00
test fix(common): Handle errors in async pipe subscriptions (#60057) 2025-03-04 17:35:01 +00:00
testing refactor(core): Add fake navigation to primitives for code sharing (#59857) 2025-02-19 20:09:10 +00:00
upgrade fix(common): clean up onUrlChange listener when root scope is destroyed (#60004) 2025-03-03 17:14:33 +00:00
BUILD.bazel refactor(core): Add fake navigation to primitives for code sharing (#59857) 2025-02-19 20:09:10 +00:00
index.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
package.json build: update Node.js to match Angular CLI engines (#56187) 2024-06-03 18:00:46 +00:00
PACKAGE.md docs: add api doc to sub-packages (#33801) 2019-11-20 14:48:50 -08:00
public_api.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00