@angular/core 17.3.0 → 18.0.0-next.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.
Files changed (30) hide show
  1. package/esm2022/src/application/application_ref.mjs +15 -30
  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 +1 -1
  6. package/esm2022/src/util/callback_scheduler.mjs +74 -0
  7. package/esm2022/src/version.mjs +1 -1
  8. package/esm2022/src/zone/ng_zone.mjs +9 -8
  9. package/esm2022/testing/src/component_fixture.mjs +46 -11
  10. package/esm2022/testing/src/logger.mjs +3 -3
  11. package/fesm2022/core.mjs +90 -98
  12. package/fesm2022/core.mjs.map +1 -1
  13. package/fesm2022/primitives/signals.mjs +1 -1
  14. package/fesm2022/rxjs-interop.mjs +1 -1
  15. package/fesm2022/testing.mjs +46 -11
  16. package/fesm2022/testing.mjs.map +1 -1
  17. package/index.d.ts +1 -1
  18. package/package.json +1 -1
  19. package/primitives/signals/index.d.ts +1 -1
  20. package/rxjs-interop/index.d.ts +1 -1
  21. package/schematics/migrations/block-template-entities/bundle.js +6543 -10012
  22. package/schematics/migrations/block-template-entities/bundle.js.map +4 -4
  23. package/schematics/migrations/invalid-two-way-bindings/bundle.js +9281 -12750
  24. package/schematics/migrations/invalid-two-way-bindings/bundle.js.map +4 -4
  25. package/schematics/ng-generate/control-flow-migration/bundle.js +6554 -10023
  26. package/schematics/ng-generate/control-flow-migration/bundle.js.map +4 -4
  27. package/schematics/ng-generate/standalone-migration/bundle.js +11613 -15036
  28. package/schematics/ng-generate/standalone-migration/bundle.js.map +4 -4
  29. package/testing/index.d.ts +1 -1
  30. package/esm2022/src/util/raf.mjs +0 -41
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v17.3.0
2
+ * @license Angular v18.0.0-next.0
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.0",
3
+ "version": "18.0.0-next.0",
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.0
2
+ * @license Angular v18.0.0-next.0
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.0
2
+ * @license Angular v18.0.0-next.0
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */