9 lines
296 B
TypeScript
9 lines
296 B
TypeScript
/** @experimental */
|
|
export declare const SERVER_PLATFORM_PROVIDERS: Array<any>;
|
|
|
|
/** @experimental */
|
|
export declare function serverBootstrap(appComponentType: Type, providers: Array<any>): Promise<ComponentRef<any>>;
|
|
|
|
/** @experimental */
|
|
export declare function serverPlatform(): PlatformRef;
|