angular-bootstrap-italia
Version:
<p align="center"> <h1 align="center">Bootstrap Italia + Angular 9</h1>
13 lines (12 loc) • 393 B
TypeScript
import { AfterViewInit } from '@angular/core';
import { FormGroup } from '@angular/forms';
import { FormDropdown } from './form-dropdown';
export declare class SelectComponent implements AfterViewInit {
field: FormDropdown;
form: FormGroup;
valid: boolean;
invalid: boolean;
constructor();
ngAfterViewInit(): void;
getFormattedValue(value: any): any;
}