feat(upgrade): export VERSION from upgrade/static
(#14037)
PR Close #14037
This commit is contained in:

committed by
Miško Hevery

parent
ea63676970
commit
7670cc1a86
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);
|
||||
bootstrap(element: Element, modules?: string[], config?: any): void;
|
||||
}
|
||||
|
||||
/** @stable */
|
||||
export declare const VERSION: Version;
|
||||
|
Reference in New Issue
Block a user