UNPKG

ag-grid-angular

Version:
32 lines 768 B
{ "name": "ag-grid-angular", "version": "33.3.2", "description": "AG Grid Angular Component", "license": "MIT", "peerDependencies": { "@angular/common": ">= 17.0.0", "@angular/core": ">= 17.0.0" }, "dependencies": { "ag-grid-community": "33.3.2", "tslib": "^2.3.0" }, "repository": { "type": "git", "url": "https://github.com/ag-grid/ag-grid.git" }, "module": "fesm2022/ag-grid-angular.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/ag-grid-angular.mjs", "esm": "./esm2022/ag-grid-angular.mjs", "default": "./fesm2022/ag-grid-angular.mjs" } }, "sideEffects": false }