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

9 lines (7 loc) 317 B
import { Rule } from '@angular-devkit/schematics'; import { componentBuilder } from "@syncfusion/ej2-angular-base/schematics"; import { Schema } from './schema'; import * as sampleDetails from './sample-details'; export default function (options: Schema): Rule { return componentBuilder(options, sampleDetails); }