
This change reverts the removal of setBaseTestProviders that was introduced in8d746e3f67
. Instead, setBaseTestProviders and the providers provided from `@angular/platform-browser-dynamic/testing` and `@angular/server/testing` will still work for the next release, but are deprecated. See8d746e3f67
for how to upgrade.
13 lines
318 B
TypeScript
13 lines
318 B
TypeScript
/** @stable */
|
|
export declare class BrowserTestModule {
|
|
}
|
|
|
|
/** @experimental */
|
|
export declare const browserTestPlatform: () => PlatformRef;
|
|
|
|
/** @deprecated */
|
|
export declare const TEST_BROWSER_APPLICATION_PROVIDERS: Array<any>;
|
|
|
|
/** @experimental */
|
|
export declare const TEST_BROWSER_PLATFORM_PROVIDERS: Array<any>;
|