angular-cn/tools/public_api_guard/core
Carlos Ortiz García afd4a4ed4d feat(core): Add "AbstractType<T>" interface (#29295)
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
2019-04-02 16:07:22 -07:00
..
core.d.ts feat(core): Add "AbstractType<T>" interface (#29295) 2019-04-02 16:07:22 -07:00
testing.d.ts build: ts-api-guardian should support interface with value types (#27223) 2018-11-27 13:42:23 -08:00