13 lines
346 B
TypeScript
13 lines
346 B
TypeScript
/** @experimental */
|
|
export declare class ServerTestingModule {
|
|
}
|
|
|
|
/** @experimental */
|
|
export declare const serverTestingPlatform: (extraProviders?: any[]) => PlatformRef;
|
|
|
|
/** @deprecated */
|
|
export declare const TEST_SERVER_APPLICATION_PROVIDERS: Array<any>;
|
|
|
|
/** @deprecated */
|
|
export declare const TEST_SERVER_PLATFORM_PROVIDERS: Array<any>;
|