UNPKG

angular-calendar-scheduler

Version:

This project provide a scheduler view component for [mattlewis92/angular-calendar](https://github.com/mattlewis92/angular-calendar).

9 lines (8 loc) 195 B
/** * Auth configuration. */ export declare class SchedulerConfig { locale?: string; headerDateFormat?: 'weekNumber' | 'daysRange'; constructor(config?: SchedulerConfig); }