UNPKG

ngx-animating-datepicker

Version:

An Animating Datepicker for Angular 2+, for some smooth date picking :).

15 lines (14 loc) 347 B
export interface Options { selectMultiple: boolean; closeOnSelect: boolean; animationSpeed: number; easing: string; hideRestDays: boolean; hideNavigation: boolean; disableRestDays: boolean; range: boolean; currentDate: Date; timeoutBeforeClosing: number; weekdayFormat: string; weekStart: string; }