angular-cn/tools/public_api_guard/platform-server/testing.d.ts

10 lines
223 B
TypeScript

/** @stable */
export declare const serverTestCompiler: typeof browserTestCompiler;
/** @stable */
export declare class ServerTestModule {
}
/** @experimental */
export declare function serverTestPlatform(): PlatformRef;