UNPKG

@angular/upgrade

Version:

Angular - the library for easing update from v1 to v2

21 lines (16 loc) 315 B
/** * @license Angular v21.0.3 * (c) 2010-2025 Google LLC. https://angular.dev/ * License: MIT */ import { Version } from '@angular/core'; /** * @module * @description * Entry point for all public APIs of the upgrade package. */ /** * @publicApi */ declare const VERSION: Version; export { VERSION };