angular
Provides comprehensive guidance for Angular framework including components, modules, services, dependency injection, routing, forms, and TypeScript integration. Use when the user asks about Angular, needs to create Angular applications, implement Angular components, or work with Angular features.
来源信息
- 仓库
- full-stack-skills/angular-skills
- 最近来源活动
- 2026年9月15日 09:48
- 检测到的 SKILL.md 语言
- 多语言混合
- 星标
- 1
- 分支
- 0
安装方式
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
检查来源文件
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
文件资源管理器
2 个文件正在显示 SKILL.md
SKILL.md
来源说明 · 只读预览- name
- angular
- description
- Provides comprehensive guidance for Angular framework including components, modules, services, dependency injection, routing, forms, and TypeScript integration. Use when the user asks about Angular, needs to create Angular applications, implement Angular components, or work with Angular features.
- license
- Apache-2.0
## When to use this skill
Use this skill whenever the user wants to:
- 用 Angular 构建 SPA、组件、服务、路由与表单
- 使用 CLI、RxJS、依赖注入与模块
## How to use this skill
1. **起步**:ng new、ng generate component/service;模块、组件、模板与绑定。
2. **核心**:路由、HttpClient、表单(响应式/模板);RxJS 与 async pipe。
3. **参考**:https://angular.io/docs
## Best Practices
- 模块与懒加载;OnPush 与纯管道优化。
- 服务注入与单例;取消订阅防内存泄漏。
## Keywords
angular, 组件, 服务, RxJS, SPA
在 GitHub 查看