@angular/core 17.2.0-rc.0 → 17.2.0-rc.1

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v17.2.0-rc.0
2
+ * @license Angular v17.2.0-rc.1
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v17.2.0-rc.0
2
+ * @license Angular v17.2.0-rc.1
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v17.2.0-rc.0
2
+ * @license Angular v17.2.0-rc.1
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v17.2.0-rc.0
2
+ * @license Angular v17.2.0-rc.1
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -6735,6 +6735,10 @@ export declare interface ModelSignal<T> extends WritableSignal<T> {
6735
6735
  [SIGNAL]: ModelSignalNode<T>;
6736
6736
  [ɵINPUT_SIGNAL_BRAND_READ_TYPE]: T;
6737
6737
  [ɵINPUT_SIGNAL_BRAND_WRITE_TYPE]: T;
6738
+ /** @deprecated Do not use, will be removed. */
6739
+ subscribe(callback: (value: T) => void): {
6740
+ unsubscribe: () => void;
6741
+ };
6738
6742
  }
6739
6743
 
6740
6744
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/core",
3
- "version": "17.2.0-rc.0",
3
+ "version": "17.2.0-rc.1",
4
4
  "description": "Angular - the core framework",
5
5
  "author": "angular",
6
6
  "license": "MIT",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v17.2.0-rc.0
2
+ * @license Angular v17.2.0-rc.1
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v17.2.0-rc.0
2
+ * @license Angular v17.2.0-rc.1
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -26061,7 +26061,7 @@ function publishFacade(global) {
26061
26061
  }
26062
26062
 
26063
26063
  // bazel-out/k8-fastbuild/bin/packages/compiler/src/version.mjs
26064
- var VERSION2 = new Version("17.2.0-rc.0");
26064
+ var VERSION2 = new Version("17.2.0-rc.1");
26065
26065
 
26066
26066
  // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
26067
26067
  var _VisitorMode;