UNPKG

worker-calendar

Version:

A customizable, responsive Angular calendar component for scheduling worker appointments or shifts

10 lines (8 loc) 307 B
/* * Public API Surface of worker-calendar */ export * from './lib/worker-calendar.module'; export * from './lib/components/worker-calendar/worker-calendar.component'; export * from './lib/models/worker.model'; export * from './lib/models/event.model'; export * from './lib/directives/ng-var.directive';