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) 409 B
import { NumberValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class NumberValueAccessorDirective extends NumberValueAccessor { static ɵfac: i0.ɵɵFactoryDeclaration<NumberValueAccessorDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<NumberValueAccessorDirective, "input[type=number][ngxAccessor]", never, {}, {}, never, never, true, never>; }