From a67dd4993f3d9bb6c0229a9420bd4002efbe02a9 Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Tue, 13 Aug 2024 04:06:50 -0400 Subject: [PATCH] docs(angular): add control value accessor content (#6528) --- .../control-value-accessor@m5dgKgUR3ZqI9sBAzToev.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/angular/content/control-value-accessor@m5dgKgUR3ZqI9sBAzToev.md b/src/data/roadmaps/angular/content/control-value-accessor@m5dgKgUR3ZqI9sBAzToev.md index 18605af87..aeeb78dfe 100644 --- a/src/data/roadmaps/angular/content/control-value-accessor@m5dgKgUR3ZqI9sBAzToev.md +++ b/src/data/roadmaps/angular/content/control-value-accessor@m5dgKgUR3ZqI9sBAzToev.md @@ -1 +1,9 @@ -# Control Value Accessor \ No newline at end of file +# 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/) \ No newline at end of file