ngx-lazy-mat-select
Version:
Lazy load for mat-select
39 lines • 873 B
JSON
{
"name": "ngx-lazy-mat-select",
"version": "0.1.1",
"author": "Ararat7",
"description": "Lazy load for mat-select",
"peerDependencies": {
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@angular/material": ">=16.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"keywords": [
"angular",
"angular-material",
"mat-select",
"infinite-scroll",
"lazy-load",
"scroll",
"select",
"material",
"directive"
],
"sideEffects": false,
"module": "fesm2022/ngx-lazy-mat-select.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-lazy-mat-select.mjs",
"esm": "./esm2022/ngx-lazy-mat-select.mjs",
"default": "./fesm2022/ngx-lazy-mat-select.mjs"
}
}
}