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 (or ag-grid-angular + ag-grid-community).
  • Register only Community modules:
    • safest: AllCommunityModule
    • optimized: explicit Community modules only
  • Never install/import ag-grid-enterprise.
  • Never configure Enterprise-only features.
  • Run a boundary check before delivery:
    • no ag-grid-enterprise in package.json, lockfile, or imports
    • no Enterprise-only feature flags in grid options

Apply Feature Gate

Installs
6
First Seen
Mar 7, 2026
ag-grid-community-angular — jason-qweb/agent-skills