angular-docs-cn/packages/core
Andrew Scott 357a0733c7 fix(ivy): reorder provider type checks to align with VE (#34433)
The ordering matters because we don't currently throw if multiple
configurations are provided (i.e. provider has *both* useExisting and
useFactory). We should actually throw an error in this case, but to
avoid another breaking change in v9, this PR simply aligns the Ivy
behavior with ViewEngine.

PR Close #34433
2019-12-16 12:44:27 -08:00
..
schematics test(core): fix schematics calls to run synchronously (#34364) 2019-12-12 13:14:29 -08:00
src fix(ivy): reorder provider type checks to align with VE (#34433) 2019-12-16 12:44:27 -08:00
test fix(ivy): reorder provider type checks to align with VE (#34433) 2019-12-16 12:44:27 -08:00
testing fix(ivy): align TestBed.overrideProvider with what happens with providers in TestBed providers array (#33769) 2019-12-06 13:06:22 -08:00
BUILD.bazel
PACKAGE.md
global.ts feat(docs-infra): add the ability to expose globals (#34237) 2019-12-06 10:58:09 -08:00
index.ts
package.json
public_api.ts