angular-cn/packages/platform-browser/test
Tobias Bosch b0befd7376 fix(compiler): `TestBed.overrideProvider` should keep imported `NgModule`s eager (#19624)
Before, as soon as a user called `TestBed.overrideProvider` for a provider
of a `NgModule` that was imported via `TestBed.configureTestingModule`,
that `NgModule` became lazy.

This commit changes this behavior to keep the `NgModule` eager,
with or without a call to `TestBed.overrideProvider`.

PR Close #19624
2017-10-10 13:51:25 -07:00
..
animation feat(animations): support disabling animations for sub elements 2017-07-07 14:58:40 -07:00
browser feat(platform-server): add an API to transfer state from server (#19134) 2017-09-21 13:56:13 -07:00
dom fix(platform-browser): run BLACK_LISTED_EVENTS outside of ngZone (#18993) 2017-09-05 15:33:22 -05:00
security test(platform-browser): fix mXSS attack test in Canary (#18809) 2017-09-22 13:10:00 -07:00
static_assets refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
browser_util_spec.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
testing_public_spec.ts fix(compiler): `TestBed.overrideProvider` should keep imported `NgModule`s eager (#19624) 2017-10-10 13:51:25 -07:00