angular/goldens/public-api/core
Andrew Scott ff772d7800 fix(core): fix typing on injector.get to omit 'any' (#60202)
This commit further restricts the deprecated type on injector.get to exclude
all but `string`. Progresses towards #48408

BREAKING CHANGE: The `any` overload has been removed from
`injector.get`. It now only supports `ProviderToken<T>` and (deprecated
since v4) `string`.

PR Close #60202
2025-03-10 13:48:18 -07:00
..
primitives refactor(core): Use the retrieve method in the implementation of injectInjectorOnly (#60192) 2025-03-10 11:38:13 -07:00
rxjs-interop feat(core): support default value in resource() (#59655) 2025-01-24 13:39:02 +01:00
testing refactor(core): Merge implementations of ComponentFixture (#57416) 2024-08-27 13:12:44 -07:00
errors.api.md refactor(core): drop getNgModuleDef error message in production (#60082) 2025-03-05 17:11:06 +00:00
global_utils.api.md build: update to latest dev infra code (#56128) 2024-05-28 14:42:31 +02:00
index.api.md fix(core): fix typing on injector.get to omit 'any' (#60202) 2025-03-10 13:48:18 -07:00