angular-migration
CommunityModernize AngularJS apps to Angular, step-by-step.
Authorcamoneart
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Upgrading legacy AngularJS (1.x) applications to modern Angular (2+) is a significant undertaking, often requiring complex strategies to ensure a smooth transition. This Skill provides a comprehensive guide to incremental migration, hybrid app setups, and component conversion.
Core Features & Use Cases
- Hybrid App Setup: Guides on running AngularJS and Angular side-by-side using
ngUpgrade. - Component & Service Migration: Provides patterns for converting AngularJS controllers/directives to Angular components and services.
- Dependency Injection & Routing: Explains how to migrate DI and routing systems between the two frameworks.
- Use Case: If you have a large AngularJS application, this Skill helps you plan an incremental migration, allowing you to modernize feature by feature without a complete rewrite.
Quick Start
Example: Convert an AngularJS controller to an Angular component
"I have an AngularJS UserController. Show me how to convert it into a modern Angular component."
Claude will provide code examples for both the old controller and the new Angular component.
Dependency Matrix
Required Modules
None requiredComponents
assetsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: angular-migration Download link: https://github.com/camoneart/claude-code/archive/main.zip#angular-migration Please download this .zip file, extract it, and install it in the .claude/skills/ directory.