@angular/core 18.2.6 → 18.2.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.
Files changed (33) hide show
  1. package/LICENSE +21 -0
  2. package/esm2022/src/core_private_export.mjs +2 -3
  3. package/esm2022/src/core_reactivity_export_internal.mjs +2 -1
  4. package/esm2022/src/event_delegation_utils.mjs +2 -57
  5. package/esm2022/src/hydration/event_replay.mjs +3 -7
  6. package/esm2022/src/hydration/tokens.mjs +1 -5
  7. package/esm2022/src/image_performance_warning.mjs +25 -7
  8. package/esm2022/src/render3/after_render/hooks.mjs +3 -2
  9. package/esm2022/src/render3/after_render/manager.mjs +3 -3
  10. package/esm2022/src/render3/component_ref.mjs +1 -1
  11. package/esm2022/src/version.mjs +1 -1
  12. package/esm2022/testing/src/application_error_handler.mjs +3 -3
  13. package/esm2022/testing/src/logger.mjs +3 -3
  14. package/fesm2022/core.mjs +35 -107
  15. package/fesm2022/core.mjs.map +1 -1
  16. package/fesm2022/primitives/event-dispatch.mjs +1 -1
  17. package/fesm2022/primitives/signals.mjs +1 -1
  18. package/fesm2022/rxjs-interop.mjs +1 -1
  19. package/fesm2022/testing.mjs +4 -4
  20. package/index.d.ts +37 -52
  21. package/package.json +1 -1
  22. package/primitives/event-dispatch/index.d.ts +1 -1
  23. package/primitives/signals/index.d.ts +1 -1
  24. package/rxjs-interop/index.d.ts +1 -1
  25. package/schematics/migrations/after-render-phase/bundle.js +267 -267
  26. package/schematics/migrations/http-providers/bundle.js +270 -270
  27. package/schematics/migrations/invalid-two-way-bindings/bundle.js +161 -161
  28. package/schematics/ng-generate/control-flow-migration/bundle.js +270 -270
  29. package/schematics/ng-generate/inject-migration/bundle.js +281 -274
  30. package/schematics/ng-generate/route-lazy-loading/bundle.js +269 -269
  31. package/schematics/ng-generate/standalone-migration/bundle.js +454 -452
  32. package/testing/index.d.ts +1 -1
  33. package/esm2022/src/event_dispatch/event_delegation.mjs +0 -43

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.