* Remove now unnecessary portions of build. * Add a compilePackageES5 method to build ES5 from sources * Rework all package.json and rollup config files to new format * Remove "extends" from tsconfig-build.json files and fixup compilation roots PR Close #18541
6 lines
187 B
TypeScript
6 lines
187 B
TypeScript
/** @experimental */
|
|
export declare const platformWorkerAppDynamic: (extraProviders?: StaticProvider[] | undefined) => PlatformRef;
|
|
|
|
/** @stable */
|
|
export declare const VERSION: Version;
|