# Angular

> Angular

- Skill: `neuralblitz/angular-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add neuralblitz/angular-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/neuralblitz/angular-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: NeuralBlitz (https://skillmd.com/u/neuralblitz)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/neuralblitz/angular-2

---

# Angular

Angular is a TypeScript-based platform for building mobile and desktop web applications. It provides a comprehensive framework with routing, forms, and testing built-in.

## Key Concepts

- Modules and components
- Services and dependency injection
- RxJS for async operations
- Angular Router
- Reactive forms

## Common Use Cases

- Enterprise applications
- Large-scale SPAs
- Complex business applications
- Progressive web apps
- Cross-platform with NativeScript

## Best Practices

- Use standalone components
- Leverage RxJS properly
- Implement lazy loading
- Use strict mode
- Test with Jasmine/Karma

## Resources

- Angular.io: angular.io/docs
- Related Skills: typescript, rxjs, nestjs

