@angular/platform-webworker-dynamic
Version:
Angular - library for using Angular in a web browser with web workers
26 lines (21 loc) • 697 B
TypeScript
/**
* @license Angular v10.2.3
* (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT
*/
import { PlatformRef } from '@angular/core';
import { StaticProvider } from '@angular/core';
import { Version } from '@angular/core';
/**
* @publicApi
* @deprecated platform-webworker is deprecated in Angular and will be removed in a future version
* of Angular
*/
export declare const platformWorkerAppDynamic: (extraProviders?: StaticProvider[] | undefined) => PlatformRef;
/**
* @publicApi
* @deprecated platform-webworker is deprecated in Angular and will be removed in a future version
* of Angular
*/
export declare const VERSION: Version;
export { }