mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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. See8d746e3f67for how to upgrade.
15 lines
445 B
TypeScript
15 lines
445 B
TypeScript
/** @experimental */
|
|
export declare const BROWSER_DYNAMIC_TEST_COMPILER_FACTORY: CompilerFactory;
|
|
|
|
/** @stable */
|
|
export declare class BrowserDynamicTestModule {
|
|
}
|
|
|
|
/** @experimental */
|
|
export declare const browserDynamicTestPlatform: () => PlatformRef;
|
|
|
|
/** @deprecated */
|
|
export declare const TEST_BROWSER_DYNAMIC_APPLICATION_PROVIDERS: Array<any>;
|
|
|
|
/** @deprecated */
|
|
export declare const TEST_BROWSER_DYNAMIC_PLATFORM_PROVIDERS: Array<any>;
|