angular-migration
Master AngularJS to Angular migration using hybrid app strategies, component conversion, and ngUpgrade patterns.
Install
npx skills add https://github.com/wshobson/agents --skill angular-migrationStats
| Total installs | 3,493 |
| Weekly installs | 3.5K |
| GitHub stars | 32.4K |
| First seen | Jan 20, 2026 |
| Source | @wshobson/agents |
Summary
- Three migration strategies: Big Bang (complete rewrite), Incremental (hybrid side-by-side), and Vertical Slice (feature-by-feature), each suited to different app sizes and delivery constraints
- Hybrid app setup using ngUpgrade to run AngularJS and Angular simultaneously, enabling gradual feature migration without full rewrites
- Component, service, routing, and forms migration patterns with before/after code examples showing AngularJS to Angular equivalents
- Bidirectional dependency injection bridging: downgrade Angular services for AngularJS use, upgrade AngularJS services for Angular consumption
- Four-phase migration timeline covering setup, infrastructure migration, feature-by-feature conversion, and cleanup
Tags
Related skills
| Skill | Installs | vs angular-migration |
|---|---|---|
| ckm:slides | 3,723 | +230 |
| angular-testing | 3,251 | -242 |
| vue-jsx-best-practices | 3,275 | -218 |
| redesign-existing-projects | 3,512 | +19 |
| coding-standards | 3,461 | -32 |
FAQ
- How many installs does angular-migration have?
- angular-migration has 3,493 total installs and 3.5K installs this week.
- Where is angular-migration hosted?
- angular-migration is published by @wshobson/agents at https://github.com/wshobson/agents.
- How many GitHub stars does angular-migration have?
- angular-migration has 32.4K GitHub stars.
- When was angular-migration first indexed?
- OrangeBot.AI first indexed angular-migration on Jan 20, 2026.
- How do I install angular-migration?
- Run: npx skills add https://github.com/wshobson/agents --skill angular-migration