UNPKG

@progress/kendo-angular-dropdowns

Version:

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

13 lines (12 loc) 321 B
{ "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json", "schematics": { "ng-add": { "description": "Adds Kendo Angular Dropdowns Package to the application.", "factory": "./ngAdd", "schema": "./ngAdd/schema.json", "hidden": true, "private": true } } }