@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.
- package/esm2022/src/authoring/model/model_signal.mjs +1 -1
- package/esm2022/src/render3/component_ref.mjs +1 -1
- package/esm2022/src/version.mjs +1 -1
- package/esm2022/testing/src/logger.mjs +3 -3
- package/fesm2022/core.mjs +3 -3
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/primitives/signals.mjs +1 -1
- package/fesm2022/rxjs-interop.mjs +1 -1
- package/fesm2022/testing.mjs +1 -1
- package/index.d.ts +5 -1
- package/package.json +1 -1
- package/primitives/signals/index.d.ts +1 -1
- package/rxjs-interop/index.d.ts +1 -1
- package/schematics/migrations/block-template-entities/bundle.js +1 -1
- package/schematics/migrations/block-template-entities/bundle.js.map +1 -1
- package/schematics/ng-generate/control-flow-migration/bundle.js +1 -1
- package/schematics/ng-generate/control-flow-migration/bundle.js.map +1 -1
- package/schematics/ng-generate/standalone-migration/bundle.js +9 -9
- package/schematics/ng-generate/standalone-migration/bundle.js.map +1 -1
- package/testing/index.d.ts +1 -1
package/fesm2022/testing.mjs
CHANGED
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v17.2.0-rc.
|
|
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
package/rxjs-interop/index.d.ts
CHANGED
|
@@ -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.
|
|
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;
|