What problem does it solve?
This Skill provides comprehensive guidance and best practices for developing Angular applications within the badman-m3 project, specifically focusing on the integration and effective use of the PrimeNG UI component library.
Core Features & Use Cases
- Angular Best Practices: Enforces modern Angular patterns like standalone components, signals, and
inject().
- PrimeNG Integration: Guides on discovering, importing, and using PrimeNG components effectively.
- AWF Framework Usage: Details how to leverage the Advanced Web Framework (AWF) for business-specific components.
- Project Structure & Patterns: Outlines common patterns for component architecture, service layers, and state management.
- Use Case: When building a new user profile form, this Skill will guide you on selecting the appropriate PrimeNG input components, integrating them with Angular's reactive forms, and applying project-specific styling and validation rules.
Quick Start
Use the angular-development skill to create a new standalone Angular component that uses PrimeNG's p-button and p-inputtext components.