UNPKG

ng-prime-tools

Version:

An advanced PrimeNG table for Angular

15 lines 813 B
import { OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { FormMultiSelectField } from '../models/form-multi-select.model'; import * as i0 from "@angular/core"; export declare class PTMultiSelectComponent implements OnInit { formGroup: FormGroup; formField: FormMultiSelectField; ngOnInit(): void; setupControl(): void; private getValidators; getErrorMessage(): string; static ɵfac: i0.ɵɵFactoryDeclaration<PTMultiSelectComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PTMultiSelectComponent, "pt-multi-select", never, { "formGroup": { "alias": "formGroup"; "required": false; }; "formField": { "alias": "formField"; "required": false; }; }, {}, never, never, false, never>; } //# sourceMappingURL=pt-multi-select.component.d.ts.map