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

6 lines
233 B
TypeScript

export declare const SERVER_PLATFORM_PROVIDERS: Array<any>;
export declare function serverBootstrap(appComponentType: Type, providers: Array<any>): Promise<ComponentRef<any>>;
export declare function serverPlatform(): PlatformRef;