This is the archived documentation for Angular v6. Please visit angular.io to see documentation for the current version of Angular.

bootstrapWorkerUi

Bootstraps the worker ui.

bootstrapWorkerUi(workerScriptUri: string, customProviders: StaticProvider[] = []): Promise<PlatformRef>
      
      bootstrapWorkerUi(workerScriptUri: string, customProviders: StaticProvider[] = []): Promise<PlatformRef>
    

Parameters

workerScriptUri

Type: string.

customProviders

Type: StaticProvider[].

Optional. Default is [].

Returns

Promise<PlatformRef>