UNPKG

ng-mat-select-infinite-scroll

Version:

Adds missing infinite scroll functionality for the angular material select component

52 lines 1.63 kB
{ "name": "ng-mat-select-infinite-scroll", "version": "5.0.0-beta.2", "description": "Adds missing infinite scroll functionality for the angular material select component", "author": "Haidar Zeineddine", "repository": { "type": "git", "url": "https://github.com/HaidarZ/ng-mat-select-infinite-scroll.git" }, "bugs": { "url": "https://github.com/HaidarZ/ng-mat-select-infinite-scroll/issues" }, "homepage": "https://github.com/HaidarZ/ng-mat-select-infinite-scroll", "keywords": [ "angular", "angular-material", "mat-select", "infinite-scroll", "scroll", "select", "material", "directive" ], "license": "MIT", "peerDependencies": { "@angular/core": ">=15.0.0 <17.0.0", "@angular/material": ">=15.0.0 <17.0.0" }, "module": "fesm2015/ng-mat-select-infinite-scroll.mjs", "es2020": "fesm2020/ng-mat-select-infinite-scroll.mjs", "esm2020": "esm2020/ng-mat-select-infinite-scroll.mjs", "fesm2020": "fesm2020/ng-mat-select-infinite-scroll.mjs", "fesm2015": "fesm2015/ng-mat-select-infinite-scroll.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2020": "./esm2020/ng-mat-select-infinite-scroll.mjs", "es2020": "./fesm2020/ng-mat-select-infinite-scroll.mjs", "es2015": "./fesm2015/ng-mat-select-infinite-scroll.mjs", "node": "./fesm2015/ng-mat-select-infinite-scroll.mjs", "default": "./fesm2020/ng-mat-select-infinite-scroll.mjs" } }, "sideEffects": false, "dependencies": { "tslib": "^2.3.0" } }