It is a sample that performs bi-directional binding when creating self-made components in Angular. Using ControlValueAccessor. For bidirectional binding without using ngModel, please refer to the ...
We made a custom component implementing ControlValueAccessor which is not very complex: import { Component, forwardRef } from '@angular/core'; import ...