UNPKG

@jase7/ng-mat-select-infinite-scroll

Version:

Adds missing infinite scroll functionality for the angular material select component

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