6 lines
233 B
TypeScript
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;
|