mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
If `FormsModule` or `ReactiveFormsModule` is present in the scope of a template, plain `<input>` and other form elements will get default CVA directives added. This commit adds an `ngNoCva` attribute as a negative selector for those directives, so `<input ngNoCva>` elements will not have them matched. |
||
|---|---|---|
| .. | ||
| signals | ||
| src | ||
| test | ||
| BUILD.bazel | ||
| index.ts | ||
| package.json | ||
| PACKAGE.md | ||
| public_api.ts | ||