UNPKG

date-picker-custom

Version:

A simple customizable date picker for Angular

17 lines (16 loc) 450 B
export declare class DatePickerService { monthDayMap: { numberOfDays: number; month: string; days: number[]; }[]; constructor(); arrangeDates(month: number, numberOfDays: number, year?: number): Array<number>; monthToName(month: number): string; nameToMonth(month: string): number; getMap(): { numberOfDays: number; month: string; days: number[]; }[]; }