UNPKG

@zarlex/ngx-accessor

Version:

This library provides an adapter to interact with Angular forms. It also provides an adapter to work with object signals and forms

7 lines (6 loc) 435 B
import { CheckboxControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class CheckboxValueAccessorDirective extends CheckboxControlValueAccessor { static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxValueAccessorDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<CheckboxValueAccessorDirective, "input[type=checkbox][ngxAccessor]", never, {}, {}, never, never, true, never>; }