angular-table-component
Installation
SKILL.md
Angular Table Component Skill
This skill helps you generate Angular Material table components using the @rxap/schematic-angular:table-component schematic.
When to use
- When you need to display data in a data grid or table format.
- When you require features like sorting, filtering, pagination, or row actions.
- When you want to automatically generate a corresponding NestJS controller for the data.
- When you need to customize columns with specific types (Date, Boolean, Options, etc.).
How to use
Define your table configuration in a schematics.yaml file (recommended) and execute it using the schematic-composer.