2016-06-22 14:56:10 -07:00
|
|
|
export declare function bootstrap(appComponentType: Type, customProviders?: Array<any>): Promise<ComponentRef<any>>;
|
|
|
|
|
2016-06-27 10:02:02 -07:00
|
|
|
/** @experimental */
|
2016-06-22 14:56:10 -07:00
|
|
|
export declare function bootstrapWorkerApp(appComponentType: Type, customProviders?: Array<any>): Promise<ComponentRef<any>>;
|
|
|
|
|
2016-06-27 10:02:02 -07:00
|
|
|
/** @experimental */
|
2016-06-22 14:56:10 -07:00
|
|
|
export declare function bootstrapWorkerUi(workerScriptUri: string, customProviders?: Array<any>): Promise<ApplicationRef>;
|
|
|
|
|
|
|
|
export declare const BROWSER_APP_COMPILER_PROVIDERS: Array<any>;
|
|
|
|
|
|
|
|
export declare const CACHED_TEMPLATE_PROVIDER: Array<any>;
|