UNPKG

@progress/kendo-angular-dropdowns

Version:

A wide variety of native Angular dropdown components including AutoComplete, ComboBox, DropDownList, DropDownTree, MultiColumnComboBox, MultiSelect, and MultiSelectTree

17 lines (16 loc) 784 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const schematics_1 = require("@angular-devkit/schematics"); function default_1(options) { const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'DropDownsModule', package: 'dropdowns', peerDependencies: { // peers of the treeview '@progress/kendo-angular-inputs': '18.5.2', // peers of inputs '@progress/kendo-angular-intl': '18.5.2', '@progress/kendo-drawing': '^1.17.2', // Peer dependency of icons '@progress/kendo-svg-icons': '^4.0.0' } }); return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions); } exports.default = default_1;