UNPKG

angular-weblineindia-date-picker

Version:

Date Picker component built in AngularJS to select date and time. Supports Angular 9 version.

7 lines (6 loc) 163 B
import { IDate } from '../common/models/date.model'; export interface IMonth extends IDate { currentMonth: boolean; disabled: boolean; text: string; }