angular-cn/packages/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
..
schematics feat(core): template-var-assignment update schematic (#29608) 2019-04-02 15:47:32 -07:00
src feat(core): Add "AbstractType<T>" interface (#29295) 2019-04-02 16:07:22 -07:00
test refactor(ivy): move instructions (#29646) 2019-04-02 15:47:02 -07:00
testing fix(ivy): fix proliferation of provider overrides for modules (#29571) 2019-03-28 13:59:25 -07:00
BUILD.bazel refactor(ivy): move ngcc into a higher level folder (#29092) 2019-03-20 14:45:54 -04:00
PACKAGE.md docs: add package doc files (#26047) 2018-10-05 15:42:14 -07:00
index.ts
package.json build: update zone.js to 0.9.0 (#28219) 2019-03-26 12:50:38 -07:00
public_api.ts
tsconfig-build.json feat(ivy): implement TestBed (#25369) 2018-08-14 11:58:47 -07:00