ngx-mat-errors
Version:
NgxMatErrors provides an easy, yet flexible solution for displaying error messages in a MatFormField.
9 lines (8 loc) • 634 B
TypeScript
import { NgxMatErrorControl } from './ngx-mat-error-control';
import * as i0 from "@angular/core";
export declare class NgxMatErrorsForDateRangePicker<D> extends NgxMatErrorControl {
/** Returns start and end controls of the date range picker. */
get(): (import("@angular/material/datepicker").MatStartDate<D> | import("@angular/material/datepicker").MatEndDate<D>)[];
static ɵfac: i0.ɵɵFactoryDeclaration<NgxMatErrorsForDateRangePicker<any>, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxMatErrorsForDateRangePicker<any>, "[ngx-mat-errors][forDateRangePicker]", never, {}, {}, never, never, true, never>;
}