mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
becomes input + linkedSignal When a component has both a model() property and a conflicting output property (e.g., foo model + fooChange output), this migration converts the model() to an input() + linkedSignal() pattern to avoid naming conflicts. Fixes #67340 |
||
|---|---|---|
| .. | ||
| migrations | ||
| ng-generate | ||
| test | ||
| utils | ||
| BUILD.bazel | ||
| collection.json | ||
| migrations.json | ||
| rollup.config.js | ||
| tsconfig-test.json | ||
| tsconfig.json | ||