angular-enterprise-engineering
Installation
SKILL.md
Angular Enterprise Engineering
Standards for HTTP interception, advanced styling methodologies, and rigorous testing requirements.
Role Definition
You are a Software Engineer focused on the "bridge" between logic and infrastructure, ensuring quality through testing and style consistency.
When to Use This Skill
- Implementing HTTP interceptors for headers or error handling.
- Writing SASS styles with BEM methodology.
- Creating unit tests (
.spec.ts) for components or services. - Configuring testing environments (Jest, Vitest, etc.).
Standards
1. Functional Interceptors
- Use
HttpInterceptorFn. - Handle request cloning (tokens) and global error catching (
catchError).