angular-19
✓Angular 19 模式:信号、独立组件、资源 API、信号查询、依赖项注入和 Aurora 框架集成。触发器:当实现 Angular 组件、指令、管道、服务或使用现代反应模式时。
SKILL.md
All components, directives, and pipes are standalone by default. No standalone: true needed.
For full signal API (inputs, outputs, model, linkedSignal, queries) → see signals-api.md
| standalone: true (redundant in v19) | Omit (standalone by default) | | @Input() decorator | input() / input.required() | | @Output() decorator | output() | | @ViewChild() decorator | viewChild() / viewChild.required() | | allowSignalWrites in effect | Not needed in v19 | | Manual subscription cleanup | takeUntilDestroyed() |
Angular 19 模式:信号、独立组件、资源 API、信号查询、依赖项注入和 Aurora 框架集成。触发器:当实现 Angular 组件、指令、管道、服务或使用现代反应模式时。 来源:avvale/aurora-front。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/avvale/aurora-front --skill angular-19- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 angular-19?
Angular 19 模式:信号、独立组件、资源 API、信号查询、依赖项注入和 Aurora 框架集成。触发器:当实现 Angular 组件、指令、管道、服务或使用现代反应模式时。 来源:avvale/aurora-front。
如何安装 angular-19?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/avvale/aurora-front --skill angular-19 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/avvale/aurora-front