ng-virtual-list
Version:
🚀 High-performance virtual scrolling for Angular apps. Render 100,000+ items in Angular without breaking a sweat. Smooth, customizable, and developer-friendly.
49 lines • 1.04 kB
JSON
{
"name": "ng-virtual-list",
"version": "16.7.17",
"author": {
"name": "Evgenii Grebennikov",
"email": "djonnyx@gmail.com"
},
"license": "MIT",
"homepage": "https://github.com/djonnyx/ng-virtual-list/tree/16.x/projects/ng-virtual-list",
"keywords": [
"ng",
"angular",
"virtual",
"virtualized",
"list",
"group",
"grouped",
"scroll",
"scrolling",
"scroller",
"select",
"multiselect",
"multi-select",
"multi",
"collapsable",
"expandable"
],
"peerDependencies": {
"@angular/common": "^16.2.0",
"@angular/core": "^16.2.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/ng-virtual-list.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ng-virtual-list.mjs",
"esm": "./esm2022/ng-virtual-list.mjs",
"default": "./fesm2022/ng-virtual-list.mjs"
}
}
}