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

7 lines
261 B
TypeScript

/** @experimental */
export declare const platformServerTesting: (extraProviders?: (TypeProvider | ValueProvider | ClassProvider | ExistingProvider | FactoryProvider | any[])[]) => PlatformRef;
/** @experimental */
export declare class ServerTestingModule {
}