mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
6 lines
169 B
TypeScript
6 lines
169 B
TypeScript
/** @experimental */
|
|
export declare const platformWorkerAppDynamic: (extraProviders?: Provider[]) => PlatformRef;
|
|
|
|
/** @stable */
|
|
export declare const VERSION: Version;
|