UNPKG

angular-weblineindia-date-picker

Version:

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

5 lines (4 loc) 247 B
import { ITimeSelectConfig } from '../time-select/time-select-config.model'; import { IDayCalendarConfig } from '../day-calendar/day-calendar-config.model'; export interface IDayTimeCalendarConfig extends ITimeSelectConfig, IDayCalendarConfig { }