angular/production-readiness
OfficialShip a faster Angular Table build
Software Engineering#angular#bundle size#performance optimization#table rendering#production hardening#signal reactivity
AuthorTanStack
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps you reduce production bundle size and runtime overhead in TanStack Table for Angular v9 by curating features, stabilizing references, and avoiding common performance footguns.
Core Features & Use Cases
- Feature tree-shaking & smaller bundles: Register only the
_featuresand*Fnsyou actually use instead of relying on stock defaults. - Signal-aware performance hygiene: Keep
columns,_features,_rowModels, and selector/function maps stable outside theinjectTableinitializer to avoid unnecessary rebuilds. - Lower rendering and change-detection cost: Use
ChangeDetectionStrategy.OnPush, narrow reads withtable.atoms.<slice>.get(), add stablegetRowId, and ensure@forblocks track by stable identifiers.
Quick Start
Tell your AI agent to review your Angular Table setup and rewrite it to explicitly register only the used features and functions, move columns/_features/_rowModels to module or class scope, enforce OnPush, and apply stable getRowId plus track row.id in every @for.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: angular/production-readiness Download link: https://github.com/TanStack/table/archive/main.zip#angular-production-readiness Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.