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

7 lines
178 B
TypeScript
Raw Normal View History

/** @experimental */
export declare const platformServerTesting: (extraProviders?: Provider[]) => PlatformRef;
/** @experimental */
export declare class ServerTestingModule {
}