1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00

docs(angular): add control value accessor content (#6528)

This commit is contained in:
J. Degand
2024-08-13 04:06:50 -04:00
committed by GitHub
parent b721afe89d
commit a67dd4993f

View File

@@ -1 +1,9 @@
# Control Value Accessor # Control Value Accessor
Defines an interface that acts as a bridge between the Angular forms API and a native element in the DOM. Implement this interface to create a custom form control directive that integrates with Angular forms.
Visit the following resources to learn more:
- [@official@Angular Official Docs - ControlValueAccessor](https://angular.dev/api/forms/ControlValueAccessor)
- [@article@Mastering Angular Control Value Accessor: A guide for Angular Developer](https://hackernoon.com/mastering-angular-control-value-accessor-a-guide-for-angular-developer)
- [@article@Angular Custom Form Controls](https://blog.angular-university.io/angular-custom-form-controls/)