13 lines
312 B
TypeScript
13 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>;
|