feat(upgrade): export VERSION from upgrade/static
(#14037)
PR Close #14037
This commit is contained in:
parent
ea63676970
commit
7670cc1a86
@ -14,6 +14,7 @@
|
|||||||
*/
|
*/
|
||||||
export {downgradeComponent} from './src/common/downgrade_component';
|
export {downgradeComponent} from './src/common/downgrade_component';
|
||||||
export {downgradeInjectable} from './src/common/downgrade_injectable';
|
export {downgradeInjectable} from './src/common/downgrade_injectable';
|
||||||
|
export {VERSION} from './src/common/version';
|
||||||
export {UpgradeComponent} from './src/static/upgrade_component';
|
export {UpgradeComponent} from './src/static/upgrade_component';
|
||||||
export {UpgradeModule} from './src/static/upgrade_module';
|
export {UpgradeModule} from './src/static/upgrade_module';
|
||||||
|
|
||||||
|
3
tools/public_api_guard/upgrade/static.d.ts
vendored
3
tools/public_api_guard/upgrade/static.d.ts
vendored
@ -27,3 +27,6 @@ export declare class UpgradeModule {
|
|||||||
ngZone: NgZone);
|
ngZone: NgZone);
|
||||||
bootstrap(element: Element, modules?: string[], config?: any): void;
|
bootstrap(element: Element, modules?: string[], config?: any): void;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** @stable */
|
||||||
|
export declare const VERSION: Version;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user