ngx-mat-select-search
Version:
Angular component providing an input field for searching / filtering MatSelect options of the Angular Material library.
42 lines • 1.1 kB
JSON
{
"name": "ngx-mat-select-search",
"description": "Angular component providing an input field for searching / filtering MatSelect options of the Angular Material library.",
"version": "8.0.0",
"license": "MIT",
"author": "Esteban Gehring, Bithost GmbH",
"bugs": {
"url": "https://github.com/bithost-gmbh/ngx-mat-select-search/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/bithost-gmbh/ngx-mat-select-search.git"
},
"keywords": [
"angular",
"angular 2",
"material",
"MatSelect",
"select",
"search",
"filter"
],
"homepage": "https://github.com/bithost-gmbh/ngx-mat-select-search",
"peerDependencies": {
"@angular/material": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"dependencies": {
"tslib": "^2.4.0"
},
"module": "fesm2022/ngx-mat-select-search.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-mat-select-search.mjs"
}
},
"sideEffects": false
}