ngx-mat-multi-sort
Version:
An extension for the angular material table to support multi-sorting.
50 lines • 1.14 kB
JSON
{
"name": "ngx-mat-multi-sort",
"version": "20.0.0",
"description": "An extension for the angular material table to support multi-sorting.",
"author": "Maximilian Balluff",
"contributors": [
{
"name": "Ronny Fritzsche"
}
],
"repository": {
"type": "git",
"url": "https://github.com/Maxl94/ngx-multi-sort-table"
},
"bugs": {
"url": "https://github.com/Maxl94/ngx-multi-sort-table/issues"
},
"keywords": [
"angular",
"javascript",
"typescript",
"angular-material",
"table",
"multi-sort"
],
"license": "MIT",
"dependencies": {
"tslib": "^2.2.0"
},
"peerDependencies": {
"@angular/animations": "^20.0.4",
"@angular/cdk": "^20.0.3",
"@angular/common": "^20.0.4",
"@angular/core": "^20.0.4",
"@angular/material": "^20.0.3",
"typescript": "^5.7.3"
},
"module": "fesm2022/ngx-mat-multi-sort.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-mat-multi-sort.mjs"
}
},
"sideEffects": false
}