angular-calendar-scheduler
Version:
This project provide a scheduler view component for [mattlewis92/angular-calendar](https://github.com/mattlewis92/angular-calendar).
10 lines (9 loc) • 404 B
TypeScript
import { CalendarDateFormatter, DateFormatterParams } from 'angular-calendar';
export declare class SchedulerDateFormatter extends CalendarDateFormatter {
/**
* The time formatting down the left hand side of the day view
*/
dayViewHour({ date, locale }: DateFormatterParams): string;
weekViewTitle({ date, locale }: DateFormatterParams): string;
private daysInMonth;
}