@angular/core 17.3.1 → 18.0.0-next.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.
Files changed (32) hide show
  1. package/esm2022/src/application/application_ref.mjs +14 -29
  2. package/esm2022/src/change_detection/flags.mjs +4 -3
  3. package/esm2022/src/change_detection/scheduling/zoneless_scheduling_impl.mjs +6 -34
  4. package/esm2022/src/render3/component_ref.mjs +1 -1
  5. package/esm2022/src/render3/instructions/change_detection.mjs +26 -18
  6. package/esm2022/src/render3/instructions/mark_view_dirty.mjs +11 -2
  7. package/esm2022/src/render3/state.mjs +13 -1
  8. package/esm2022/src/util/callback_scheduler.mjs +74 -0
  9. package/esm2022/src/version.mjs +1 -1
  10. package/esm2022/src/zone/ng_zone.mjs +9 -8
  11. package/esm2022/testing/src/component_fixture.mjs +46 -11
  12. package/esm2022/testing/src/logger.mjs +3 -3
  13. package/fesm2022/core.mjs +133 -113
  14. package/fesm2022/core.mjs.map +1 -1
  15. package/fesm2022/primitives/signals.mjs +1 -1
  16. package/fesm2022/rxjs-interop.mjs +1 -1
  17. package/fesm2022/testing.mjs +46 -11
  18. package/fesm2022/testing.mjs.map +1 -1
  19. package/index.d.ts +1 -1
  20. package/package.json +1 -1
  21. package/primitives/signals/index.d.ts +1 -1
  22. package/rxjs-interop/index.d.ts +1 -1
  23. package/schematics/migrations/block-template-entities/bundle.js +6542 -10011
  24. package/schematics/migrations/block-template-entities/bundle.js.map +4 -4
  25. package/schematics/migrations/invalid-two-way-bindings/bundle.js +9282 -12751
  26. package/schematics/migrations/invalid-two-way-bindings/bundle.js.map +4 -4
  27. package/schematics/ng-generate/control-flow-migration/bundle.js +6553 -10022
  28. package/schematics/ng-generate/control-flow-migration/bundle.js.map +4 -4
  29. package/schematics/ng-generate/standalone-migration/bundle.js +14133 -16201
  30. package/schematics/ng-generate/standalone-migration/bundle.js.map +4 -4
  31. package/testing/index.d.ts +1 -1
  32. package/esm2022/src/util/raf.mjs +0 -41
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v17.3.1
2
+ * @license Angular v18.0.0-next.1
3
3
  * (c) 2010-2022 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/core",
3
- "version": "17.3.1",
3
+ "version": "18.0.0-next.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.3.1
2
+ * @license Angular v18.0.0-next.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.3.1
2
+ * @license Angular v18.0.0-next.1
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */