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.
12 lines
312 B
TypeScript
12 lines
312 B
TypeScript
/** @stable */
|
|
export declare class ServerTestModule {
|
|
}
|
|
|
|
/** @experimental */
|
|
export declare const serverTestPlatform: () => PlatformRef;
|
|
|
|
/** @deprecated */
|
|
export declare const TEST_SERVER_APPLICATION_PROVIDERS: Array<any>;
|
|
|
|
/** @deprecated */
|
|
export declare const TEST_SERVER_PLATFORM_PROVIDERS: Array<any>;
|