UNPKG

ngx-jalali-date-picker

Version:

This is a configurable date-picker build for Angular applications. Supports latest (Angular 18) version. This date-picker is based on ng2-date-piker and ngx-jalali-date-picker date pickers.

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 { }