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.

6 lines (5 loc) 108 B
import { Moment } from 'jalali-moment'; export interface IDate { date: Moment; selected: boolean; }