UNPKG

ng19-date-picker

Version:

https://github.com/vlio20/angular-datepicker

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