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

12 lines
440 B
TypeScript

/** @deprecated */
export declare const SERVER_PLATFORM_PROVIDERS: Array<any>;
/** @deprecated */
export declare function serverBootstrap<T>(appComponentType: ConcreteType<T>, customProviders: Array<any>): Promise<ComponentRef<T>>;
/** @experimental */
export declare const serverDynamicPlatform: (extraProviders?: any[]) => PlatformRef;
/** @experimental */
export declare const serverPlatform: (extraProviders?: any[]) => PlatformRef;