UNPKG

@syncfusion/ej2-angular-popups

Version:

A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for Angular

9 lines (8 loc) 328 B
"use strict"; 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;