Productivity

angular-best-practices-primeng

alfredoperez/angular-best-practices · updated Apr 8, 2026

$npx skills add https://github.com/alfredoperez/angular-best-practices --skill angular-best-practices-primeng
summary

PrimeNG rules for component imports, table performance, and theming. Use with the core

  • angular-best-practices
  • skill for comprehensive Angular coverage.
skill.md

Angular PrimeNG Best Practices

PrimeNG rules for component imports, table performance, and theming. Use with the core angular-best-practices skill for comprehensive Angular coverage.

Links

When to Apply

  • Importing PrimeNG standalone components
  • Configuring tables with server-side pagination or virtual scrolling
  • Setting up Aura/Lara themes with design tokens

Rules

Rule Impact Description
Tree-Shake PrimeNG Imports MEDIUM Standalone component imports for smaller bundles
Use PrimeNG Table with Lazy Loading HIGH Server-side pagination for large datasets
Use PrimeNG Theme System MEDIUM Design tokens via providePrimeNG instead of CSS overrides

Install

Install from skills.sh/alfredoperez/angular-best-practices: