UNPKG

angular-weblineindia-date-picker

Version:

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

6 lines (5 loc) 98 B
import { Moment } from 'moment'; export interface INavEvent { from: Moment; to: Moment; }