@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 (8 loc) • 328 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
const sampleDetails = require("./sample-details");
function default_1(options) {
return schematics_1.componentBuilder(options, sampleDetails);
}
exports.default = default_1;
;