Modern Angular UI patterns for loading states, error handling, and data display. Use when building UI components, handling async data, or managing component states.
Add this skill
npx mdskills install sickn33/angular-ui-patternsComprehensive UI patterns with clear decision trees, code examples, and anti-patterns for robust UX
Modern UI patterns for building robust Angular applications optimized for AI agents and LLMs.
This skill covers essential UI patterns for:
@defer for lazy rendering@defer to load non-critical contentThe SKILL.md file includes:
@if (error()) {
} @else if (loading() && !data()) {
} @else if (!data()?.length) {
} @else {
}
Current version: 1.0.0 (February 2026)
Install via CLI
npx mdskills install sickn33/angular-ui-patternsAngular UI Patterns is a free, open-source AI agent skill. Modern Angular UI patterns for loading states, error handling, and data display. Use when building UI components, handling async data, or managing component states.
Install Angular UI Patterns with a single command:
npx mdskills install sickn33/angular-ui-patternsThis downloads the skill files into your project and your AI agent picks them up automatically.
Angular UI Patterns works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.