mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This new interface will match classes whether they are abstract or concrete. Casting as `AbstractType<MyConcrete>` will return a type that isn't newable. This type will be used to match abstract classes in the `get()` functions of `Injector` and `TestBed`. Type isn't used yet so this isn't a breaking change. Issue #26491 PR Close #29295 |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| lifecycle_hooks.ts | ||
| simple_change.ts | ||
| type.ts | ||