UNPKG

@rxap/forms

Version:

This package provides a set of tools and directives to simplify working with Angular forms, including reactive forms, custom validators, and form directives for handling loading, submitting, and error states. It offers decorators for defining forms and co

10 lines (9 loc) 481 B
import { ControlContainer } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class FormControlMarkPristineDirective { private readonly parent; constructor(parent: ControlContainer); onClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration<FormControlMarkPristineDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<FormControlMarkPristineDirective, "[rxapFormControlMarkPristine]", never, {}, {}, never, never, true, never>; }