10 lines
		
	
	
		
			494 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			494 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
export declare function bootstrap(appComponentType: Type, customProviders?: Array<any>): Promise<ComponentRef<any>>;
 | 
						|
 | 
						|
export declare function bootstrapWorkerApp(appComponentType: Type, customProviders?: Array<any>): Promise<ComponentRef<any>>;
 | 
						|
 | 
						|
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>;
 |