UNPKG

angular-calendar

Version:

A calendar component for angular 15.0+ that can display events on a month, week or day view

3 lines (2 loc) 113 B
import { DateAdapter } from '../date-adapter'; export declare function adapterFactory(moment: any): DateAdapter;