ontimize-web-ngx
Version:
Ontimize Web framework using Angular 15
12 lines (11 loc) • 716 B
TypeScript
import { ElementRef, Injector, OnInit } from '@angular/core';
import { ValidatorFn } from '@angular/forms';
import { OFormComponent } from '../../form/o-form.component';
import { OTextInputComponent } from '../text-input/o-text-input.component';
import * as i0 from "@angular/core";
export declare class ONIFInputComponent extends OTextInputComponent implements OnInit {
constructor(form: OFormComponent, elRef: ElementRef, injector: Injector);
resolveValidators(): ValidatorFn[];
static ɵfac: i0.ɵɵFactoryDeclaration<ONIFInputComponent, [{ optional: true; }, null, null]>;
static ɵcmp: i0.ɵɵComponentDeclaration<ONIFInputComponent, "o-nif-input", never, {}, {}, never, never, false, never>;
}