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

5 lines
154 B
TypeScript
Raw Normal View History

export declare const platformServerTesting: (extraProviders?: StaticProvider[] | undefined) => PlatformRef;
export declare class ServerTestingModule {
}