UNPKG

@syncfusion/ej2-angular-schedule

Version:

Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Angular

14 lines (13 loc) 322 B
export interface OptionsSchema { skipPackageJson: boolean; modules: string; modulePath: string; theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast'; project?: string; } export interface LibOptionsSchema { pkgName: string; pkgVer: string; moduleName: string; themeVer: string; }