@universal-material/angular
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0.
9 lines (8 loc) • 912 B
TypeScript
import { ElementRef, Renderer2 } from '@angular/core';
import { DefaultValueAccessor, NgControl } from '@angular/forms';
import * as i0 from "@angular/core";
export declare class UmDefaultControlValueAccessor extends DefaultValueAccessor {
constructor(renderer: Renderer2, elementRef: ElementRef, _compositionMode: boolean, ngControl: NgControl);
static ɵfac: i0.ɵɵFactoryDeclaration<UmDefaultControlValueAccessor, [null, null, { optional: true; }, { optional: true; }]>;
static ɵdir: i0.ɵɵDirectiveDeclaration<UmDefaultControlValueAccessor, "u-text-field[ngModel],u-text-field[formControlName],u-text-field[formControl],u-text-area[ngModel],u-text-area[formControlName],u-text-area[formControl],u-button-field[ngModel],u-button-field[formControlName],u-button-field[formControl],u-search[ngModel],u-search[formControlName],u-search[formControl]", never, {}, {}, never, never, false, never>;
}