@angular/upgrade 19.0.0-next.9 → 19.0.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v19.0.0-next.9
2
+ * @license Angular v19.0.0-rc.0
3
3
  * (c) 2010-2024 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/upgrade",
3
- "version": "19.0.0-next.9",
3
+ "version": "19.0.0-rc.0",
4
4
  "description": "Angular - the library for easing update from v1 to v2",
5
5
  "author": "angular",
6
6
  "license": "MIT",
@@ -11,10 +11,10 @@
11
11
  "tslib": "^2.3.0"
12
12
  },
13
13
  "peerDependencies": {
14
- "@angular/core": "19.0.0-next.9",
15
- "@angular/compiler": "19.0.0-next.9",
16
- "@angular/platform-browser": "19.0.0-next.9",
17
- "@angular/platform-browser-dynamic": "19.0.0-next.9"
14
+ "@angular/core": "19.0.0-rc.0",
15
+ "@angular/compiler": "19.0.0-rc.0",
16
+ "@angular/platform-browser": "19.0.0-rc.0",
17
+ "@angular/platform-browser-dynamic": "19.0.0-rc.0"
18
18
  },
19
19
  "repository": {
20
20
  "type": "git",
package/static/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v19.0.0-next.9
2
+ * @license Angular v19.0.0-rc.0
3
3
  * (c) 2010-2024 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -922,7 +922,7 @@ export declare class UpgradeComponent implements OnInit, OnChanges, DoCheck, OnD
922
922
  private bindOutputs;
923
923
  private forwardChanges;
924
924
  static ɵfac: i0.ɵɵFactoryDeclaration<UpgradeComponent, never>;
925
- static ɵdir: i0.ɵɵDirectiveDeclaration<UpgradeComponent, never, never, {}, {}, never, never, false, never>;
925
+ static ɵdir: i0.ɵɵDirectiveDeclaration<UpgradeComponent, never, never, {}, {}, never, never, true, never>;
926
926
  }
927
927
 
928
928
  declare class UpgradeHelper {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v19.0.0-next.9
2
+ * @license Angular v19.0.0-rc.0
3
3
  * (c) 2010-2024 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */