UNPKG

@proangular/pro-form

Version:

A predefined set of reactive and reusable form input components based on Angular Material.

15 lines (14 loc) 788 B
import { OnInit } from '@angular/core'; import { FormControl } from '@angular/forms'; import { InputAppearance } from '../types'; import * as i0 from "@angular/core"; export declare class LoadingInputComponent implements OnInit { appearance: InputAppearance; hint?: string; label?: string; protected readonly formControl: FormControl<string>; protected loadingText: string; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<LoadingInputComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<LoadingInputComponent, "pro-loading-input", never, { "appearance": { "alias": "appearance"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, never, true, never>; }