Eugene
Results
2
comments of
Eugene
hi, is there any news about this feature?
Dynamic CVA can be achieved this way: ``` @Component({ selector: 'cva-adapter', template: ` `, changeDetection: ChangeDetectionStrategy.OnPush, providers: cvaProviders(CvaAdapterComponent) }) export class CvaAdapterComponent implements ControlValueAccessor, Validators, OnDestroy { @Input() public component:...