@angular/core 17.3.6 → 17.3.7
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/change_detection/constants.mjs +2 -2
- package/esm2022/src/render3/after_render_hooks.mjs +2 -4
- package/esm2022/src/render3/component_ref.mjs +1 -1
- package/esm2022/src/render3/util/global_utils.mjs +5 -2
- package/esm2022/src/version.mjs +1 -1
- package/esm2022/testing/src/logger.mjs +3 -3
- package/fesm2022/core.mjs +1634 -1632
- 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 +2 -2
- 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/migrations/invalid-two-way-bindings/bundle.js +1 -1
- package/schematics/migrations/invalid-two-way-bindings/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 +22 -15
- package/schematics/ng-generate/standalone-migration/bundle.js.map +2 -2
- 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.3.
|
|
2
|
+
* @license Angular v17.3.7
|
|
3
3
|
* (c) 2010-2024 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -967,7 +967,7 @@ export declare interface BootstrapOptions {
|
|
|
967
967
|
* The strategy that the default change detector uses to detect changes.
|
|
968
968
|
* When set, takes effect the next time change detection is triggered.
|
|
969
969
|
*
|
|
970
|
-
* @see
|
|
970
|
+
* @see [Change detection usage](/api/core/ChangeDetectorRef?tab=usage-notes)
|
|
971
971
|
*
|
|
972
972
|
* @publicApi
|
|
973
973
|
*/
|
package/package.json
CHANGED
package/rxjs-interop/index.d.ts
CHANGED
|
@@ -26068,7 +26068,7 @@ function publishFacade(global) {
|
|
|
26068
26068
|
}
|
|
26069
26069
|
|
|
26070
26070
|
// bazel-out/k8-fastbuild/bin/packages/compiler/src/version.mjs
|
|
26071
|
-
var VERSION2 = new Version("17.3.
|
|
26071
|
+
var VERSION2 = new Version("17.3.7");
|
|
26072
26072
|
|
|
26073
26073
|
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
26074
26074
|
var _VisitorMode;
|