Angular UI Patterns
Modern Angular UI patterns for loading states, error handling, and data display. Use when building UI components, handling async data, or managing component states.
When to Use
- This skill is applicable to execute the workflow or actions described in the overview.
Core Workflow
- Confirm the request matches this skill's trigger, scope, and risk profile.
- Use the topic map to identify the relevant pattern, checklist, or example before writing detailed guidance or code.
- Load
references/full-guidance.md when implementation details, examples, anti-patterns, validation checks, or edge cases are needed.
- Apply only the relevant guidance instead of loading or repeating the entire reference by default.
- Verify the result against any validation checks, limitations, security notes, or platform constraints in the reference.
Topic Map
- Core Principles
- Loading State Patterns
- The Golden Rule
- Loading State Decision Tree
- Skeleton vs Spinner
- Control Flow Patterns
- @if/@else for Conditional Rendering
- @for with Track
- @defer for Progressive Loading
- Error Handling Patterns
- Error Handling Hierarchy
- Always Show Errors
- Error State Component Pattern
- Button State Patterns
- Button Loading State
- Disable During Operations
- Empty States
- Empty State Requirements
Reference Map
references/full-guidance.md preserves the complete original guidance, including examples and detailed edge cases.
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
Progressive Loading
Keep this SKILL.md as the compact routing and workflow entrypoint. Load the reference file only when the user task requires the deeper implementation material.
1---2name: angular-ui-patterns3description: Modern Angular UI patterns for loading states, error handling, and data display. Use when building UI components, handling async data, or managing component states.4license: MIT5---67# Angular UI Patterns89Modern Angular UI patterns for loading states, error handling, and data display. Use when building UI components, handling async data, or managing component states.1011## When to Use12- This skill is applicable to execute the workflow or actions described in the overview.1314## Core Workflow151. Confirm the request matches this skill's trigger, scope, and risk profile.162. Use the topic map to identify the relevant pattern, checklist, or example before writing detailed guidance or code.173. Load `references/full-guidance.md` when implementation details, examples, anti-patterns, validation checks, or edge cases are needed.184. Apply only the relevant guidance instead of loading or repeating the entire reference by default.195. Verify the result against any validation checks, limitations, security notes, or platform constraints in the reference.2021## Topic Map22- Core Principles23- Loading State Patterns24- The Golden Rule25- Loading State Decision Tree26- Skeleton vs Spinner27- Control Flow Patterns28- @if/@else for Conditional Rendering29- @for with Track30- @defer for Progressive Loading31- Error Handling Patterns32- Error Handling Hierarchy33- Always Show Errors34- Error State Component Pattern35- Button State Patterns36- Button Loading State37- Disable During Operations38- Empty States39- Empty State Requirements4041## Reference Map42- `references/full-guidance.md` preserves the complete original guidance, including examples and detailed edge cases.4344## Limitations45- Use this skill only when the task clearly matches the scope described above.46- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.47- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.4849## Progressive Loading50Keep this `SKILL.md` as the compact routing and workflow entrypoint. Load the reference file only when the user task requires the deeper implementation material.