Don't reinvent the wheel when implementing ControlValueAccessor

added by JavaScript Kicks
11/15/2019 12:06:38 PM

1208 Views

Reuse already-implemented controlValueAccessor You might have already know the technique of implementing ControlValueAccessor (CVA) to adapt your custom form element to Angular's Reactive Form, such as a 1-5 star rating component. CVA is a prerequisite knowledge before you read this article.


0 comments