@angular/core 20.0.5 → 20.0.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 (57) hide show
  1. package/api.d.d.ts +1 -1
  2. package/chrome_dev_tools_performance.d.d.ts +1 -1
  3. package/discovery.d.d.ts +1 -1
  4. package/event_dispatcher.d.d.ts +1 -1
  5. package/fesm2022/attribute.mjs +1 -1
  6. package/fesm2022/core.mjs +12 -4
  7. package/fesm2022/core.mjs.map +1 -1
  8. package/fesm2022/debug_node.mjs +3 -3
  9. package/fesm2022/debug_node.mjs.map +1 -1
  10. package/fesm2022/primitives/di.mjs +1 -1
  11. package/fesm2022/primitives/event-dispatch.mjs +1 -1
  12. package/fesm2022/primitives/signals.mjs +1 -1
  13. package/fesm2022/resource.mjs +1 -1
  14. package/fesm2022/root_effect_scheduler.mjs +2 -2
  15. package/fesm2022/root_effect_scheduler.mjs.map +1 -1
  16. package/fesm2022/rxjs-interop.mjs +1 -1
  17. package/fesm2022/signal.mjs +1 -1
  18. package/fesm2022/testing.mjs +1 -1
  19. package/fesm2022/untracked.mjs +1 -1
  20. package/fesm2022/weak_ref.mjs +1 -1
  21. package/graph.d.d.ts +1 -1
  22. package/index.d.ts +6 -7
  23. package/package.json +2 -2
  24. package/primitives/di/index.d.ts +1 -1
  25. package/primitives/event-dispatch/index.d.ts +1 -1
  26. package/primitives/signals/index.d.ts +1 -1
  27. package/rxjs-interop/index.d.ts +1 -1
  28. package/schematics/bundles/{apply_import_manager-z2wdNH9i.cjs → apply_import_manager-CfXRMrqI.cjs} +3 -3
  29. package/schematics/bundles/{checker-bovuFVqM.cjs → checker-BmKImR-Z.cjs} +118 -99
  30. package/schematics/bundles/cleanup-unused-imports.cjs +6 -5
  31. package/schematics/bundles/{compiler_host-Kg3VLaJg.cjs → compiler_host-CZBOmzcg.cjs} +2 -2
  32. package/schematics/bundles/control-flow-migration.cjs +3 -3
  33. package/schematics/bundles/document-core.cjs +6 -5
  34. package/schematics/bundles/imports-CIX-JgAN.cjs +1 -1
  35. package/schematics/bundles/{index-C_IZ6xLU.cjs → index-Ct9izxgm.cjs} +5 -4
  36. package/schematics/bundles/{index-D6D7R0Xm.cjs → index-DlDoIl8b.cjs} +12 -12
  37. package/schematics/bundles/inject-flags.cjs +6 -5
  38. package/schematics/bundles/inject-migration.cjs +3 -3
  39. package/schematics/bundles/leading_space-D9nQ8UQC.cjs +1 -1
  40. package/schematics/bundles/{migrate_ts_type_references-CNZBdxAV.cjs → migrate_ts_type_references-DY-GREru.cjs} +6 -5
  41. package/schematics/bundles/ng_decorators-B5HCqr20.cjs +1 -1
  42. package/schematics/bundles/nodes-B16H9JUd.cjs +1 -1
  43. package/schematics/bundles/output-migration.cjs +7 -6
  44. package/schematics/bundles/{project_paths-CBE0nAL9.cjs → project_paths-BA4fxeKZ.cjs} +39 -3
  45. package/schematics/bundles/project_tsconfig_paths-CDVxT6Ov.cjs +1 -1
  46. package/schematics/bundles/property_name-BBwFuqMe.cjs +1 -1
  47. package/schematics/bundles/route-lazy-loading.cjs +3 -3
  48. package/schematics/bundles/self-closing-tags-migration.cjs +5 -4
  49. package/schematics/bundles/signal-input-migration.cjs +8 -7
  50. package/schematics/bundles/signal-queries-migration.cjs +8 -7
  51. package/schematics/bundles/signals.cjs +8 -7
  52. package/schematics/bundles/standalone-migration.cjs +4 -4
  53. package/schematics/bundles/symbol-VPWguRxr.cjs +1 -1
  54. package/schematics/bundles/test-bed-get.cjs +5 -4
  55. package/signal.d.d.ts +1 -1
  56. package/testing/index.d.ts +1 -1
  57. package/weak_ref.d.d.ts +1 -1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.0.5
2
+ * @license Angular v20.0.7
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -13396,7 +13396,7 @@ class ComponentFactory extends ComponentFactory$1 {
13396
13396
  }
13397
13397
  function createRootTView(rootSelectorOrNode, componentDef, componentBindings, directives) {
13398
13398
  const tAttributes = rootSelectorOrNode
13399
- ? ['ng-version', '20.0.5']
13399
+ ? ['ng-version', '20.0.7']
13400
13400
  : // Extract attributes and classes from the first selector only to match VE behavior.
13401
13401
  extractAttrsAndClassesFromSelector(componentDef.selectors[0]);
13402
13402
  let creationBindings = null;
@@ -13520,7 +13520,7 @@ class ComponentRef extends ComponentRef$1 {
13520
13520
  if (ngDevMode && !hasSetInput) {
13521
13521
  const cmpNameForError = stringifyForError(this.componentType);
13522
13522
  let message = `Can't set value of the '${name}' input on the '${cmpNameForError}' component. `;
13523
- message += `Make sure that the '${name}' property is annotated with @Input() or a mapped @Input('${name}') exists.`;
13523
+ message += `Make sure that the '${name}' property is declared as an input using the @Input() decorator or the input() function.`;
13524
13524
  reportUnknownPropertyError(message);
13525
13525
  }
13526
13526
  }