@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
31 lines (22 loc) • 631 B
text/typescript
export interface OptionsSchema {
// Whether to skip package.json install.
skipPackageJson: boolean;
// Used to specify required module names
modules: string;
// Used to specify custom module path
modulePath: string;
// Used to specify theme name
theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
// Name of the project to target.
project?: string;
}
export interface LibOptionsSchema {
// Package name
pkgName: string;
// Package version
pkgVer: string;
// Library base module name
moduleName: string;
// Theme version
themeVer: string;
}