UNPKG

angular-schedule

Version:

A simple and light schedule package for angular.

6 lines (5 loc) 217 B
import { ModuleWithProviders } from '@angular/core'; import { LibConfig } from './interfaces'; export declare class SchedulerModule { static forRoot(libConfig?: LibConfig): ModuleWithProviders<SchedulerModule>; }