UNPKG

costimize-mat-select-autocomplete

Version:

Angular material select component with autocomplete and select all features

37 lines 982 B
{ "name": "costimize-mat-select-autocomplete", "version": "2.0.0", "description": "Angular material select component with autocomplete and select all features", "keywords": [ "Angular", "Library", "Material", "Select", "mat-select", "autocomplete" ], "peerDependencies": { "@angular/common": "^16.2.12", "@angular/core": "^16.2.12", "@angular/animations": "^16.2.12", "@angular/cdk": "^16.2.14", "@angular/material": "^16.2.14" }, "module": "fesm2022/costimize-mat-select-autocomplete.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/costimize-mat-select-autocomplete.mjs", "esm": "./esm2022/costimize-mat-select-autocomplete.mjs", "default": "./fesm2022/costimize-mat-select-autocomplete.mjs" } }, "sideEffects": false, "dependencies": { "tslib": "^2.3.0" } }