UNPKG

@angular/upgrade

Version:

Angular - the library for easing update from v1 to v2

13 lines (9 loc) 257 B
/** * @license Angular v21.0.3 * (c) 2010-2025 Google LLC. https://angular.dev/ * License: MIT */ import { Version } from '@angular/core'; const VERSION = /* @__PURE__ */new Version('21.0.3'); export { VERSION }; //# sourceMappingURL=upgrade.mjs.map