mat-select-autocomplete
Version:
Angular material select component with autocomplete and select all features
34 lines (33 loc) • 1.02 kB
JSON
{
"name": "mat-select-autocomplete",
"version": "1.3.0",
"description": "Angular material select component with autocomplete and select all features",
"keywords": [
"Angular",
"Library",
"Material",
"Select",
"mat-select",
"autocomplete"
],
"peerDependencies": {
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
"@angular/core": "^6.0.0-rc.0 || ^6.0.0",
"@angular/animations": "^6.1.10",
"@angular/cdk": "^7.3.3",
"@angular/material": "^7.3.3"
},
"main": "bundles/mat-select-autocomplete.umd.js",
"module": "fesm5/mat-select-autocomplete.js",
"es2015": "fesm2015/mat-select-autocomplete.js",
"esm5": "esm5/mat-select-autocomplete.js",
"esm2015": "esm2015/mat-select-autocomplete.js",
"fesm5": "fesm5/mat-select-autocomplete.js",
"fesm2015": "fesm2015/mat-select-autocomplete.js",
"typings": "mat-select-autocomplete.d.ts",
"metadata": "mat-select-autocomplete.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}