ag-grid-community-angular
Installation
SKILL.md
AG Grid Community Angular
Goal
Build Angular data grids with ag-grid-community + ag-grid-angular only, while preserving spreadsheet-like usability where possible without Enterprise modules.
Enforce Community-only Boundary
- Install only
ag-grid-angular(orag-grid-angular+ag-grid-community). - Register only Community modules:
- safest:
AllCommunityModule - optimized: explicit Community modules only
- safest:
- Never install/import
ag-grid-enterprise. - Never configure Enterprise-only features.
- Run a boundary check before delivery:
- no
ag-grid-enterpriseinpackage.json, lockfile, or imports - no Enterprise-only feature flags in grid options
- no