UNPKG

690 BTypeScriptView Raw
1import { PlatformRef, OpaqueToken } from '@angular/core';
2export declare const UNIVERSAL_CACHE: OpaqueToken;
3export declare const AUTO_PREBOOT: OpaqueToken;
4export declare function universalCacheFactory(): any;
5export declare function appIdFactory(): any;
6export declare function appBootstrapListenerFactory(autoPreboot: boolean): typeof prebootComplete;
7export declare function prebootComplete(value?: any): any;
8export declare class UniversalModule {
9 constructor(sharedStylesHost: any);
10 static withConfig(_config?: any): {
11 ngModule: UniversalModule;
12 providers: any[];
13 };
14}
15export declare function platformUniversalDynamic(extraProviders?: any[]): PlatformRef;