ngu-multiselect-dropdown
Version:
Angular multiselect dropdown component for web applications. Easy to integrate and use. It can be bind to any custom data source and custom filter.
42 lines (41 loc) • 1.03 kB
JSON
{
"name": "ngu-multiselect-dropdown",
"version": "0.0.4",
"peerDependencies": {
"@angular/common": "^8.2.14",
"@angular/core": "^8.2.14"
},
"keywords": [
"angular8",
"angular multiselect dropdown",
"multiselect",
"dropdown",
"angular8",
"multiselect",
"dropdown",
"angular",
"searchable",
"dropdown",
"angular",
"custom",
"filterable",
"dropdown",
"ng",
"multiselect",
"dropdown"
],
"author": "Dev-Muthuram",
"main": "bundles/ngu-multiselect-dropdown.umd.js",
"module": "fesm5/ngu-multiselect-dropdown.js",
"es2015": "fesm2015/ngu-multiselect-dropdown.js",
"esm5": "esm5/ngu-multiselect-dropdown.js",
"esm2015": "esm2015/ngu-multiselect-dropdown.js",
"fesm5": "fesm5/ngu-multiselect-dropdown.js",
"fesm2015": "fesm2015/ngu-multiselect-dropdown.js",
"typings": "ngu-multiselect-dropdown.d.ts",
"metadata": "ngu-multiselect-dropdown.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}