📄️ TypeScript class
This page provides best practices and recommendations for writing TypeScript classes in Angular components.
📄️ Template
This page outlines best practices for Angular component's templates, focusing on organization, readability, accessibilty and performance. By following these guidelines, you'll ensure your templates are maintainable, readable, and aligned with Angular's recommended patterns.
📄️ Styling
This page covers best practices for styling in Angular, including structuring styles, using variables, scoping component styles, and avoiding common pitfalls.