What problem does it solve? Developers building ASP.NET Zero Angular frontends often misconfigure PrimeNG tables, causing double data loads, broken pagination offsets, and incorrect signal bindings. This Skill provides the exact component and template patterns for simple and paginated PrimeNG tables that work correctly with the PrimengTableHelper. ## Core Features & Use Cases - Simple Table Pattern: Implements non-paginated tables for small datasets using lazy loading and the PrimengTableHelper loading indicator. - Paginated Table Pattern: Implements server-side paging with p-paginator, correct skip/maxResultCount computation from lazy-load events, and DTO-based service inputs. - Action Menu Pattern: Builds permission-checked TieredMenu action menus with signal-based menu items. - Use Case: When creating a new admin page listing products with search, sorting, and server-side pagination, apply this Skill to generate the component and template without the common ngOnInit double-load bug or incorrect ngModel signal binding. ## Quick Start Ask the AI to create a paginated PrimeNG table for an entity in the ASP.NET Zero Angular project following the angular-primeng-table-patterns skill.