angular-migration

Migrate AngularJS applications to Angular using hybrid mode and incremental component rewriting.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/leonardoteodoroo/amino-advanced --skill angular-migration-leonardoteodoroo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: angular-migration
Source: https://github.com/leonardoteodoroo/amino-advanced/tree/main/.agent/skills/angular-migration
Command: npx skills add https://github.com/leonardoteodoroo/amino-advanced --skill angular-migration-leonardoteodoroo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Migrate AngularJS applications to Angular using hybrid mode, incremental component rewriting, and dependency injection updates. Use when upgrading AngularJS applications, planning framework migrations, or modernizing legacy Angular code.

Core Features & Use Cases

  • Hybrid app setup and bootstrap
  • Component and directive migration
  • Service migration and dependency injection changes
  • Routing and forms migration
  • Migration timeline and best practices for phased upgrades

Quick Start

Scaffold a hybrid AngularJS/Angular app and begin migrating one feature at a time.

Frequently Asked Questions about angular-migration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate AngularJS applications to Angular using hybrid mode?

To migrate AngularJS applications to Angular, configure hybrid bootstrapping to run both frameworks simultaneously, allowing incremental component rewriting and dependency injection updates without halting development. This approach supports upgrading feature-by-feature.

What is the best way to plan an AngularJS to Angular migration timeline?

The best way to plan an AngularJS to Angular migration is to follow a structured timeline using reference patterns, migrating incrementally by upgrading routing, forms, services, and components in phased stages across projects of varying sizes.

Can I incrementally rewrite AngularJS components and directives while running a hybrid app?

Yes, you can incrementally rewrite AngularJS components and directives while running a hybrid app. The hybrid bootstrap setup allows Angular to run alongside AngularJS, enabling you to migrate individual features one at a time.

How do I update dependency injection strategies when upgrading AngularJS services to Angular?

When upgrading AngularJS services to Angular, update dependency injection strategies by aligning service providers with Angular's DI hierarchy, ensuring that migrated services are properly injected and available across the hybrid application.

Does Angular migration support routing and forms updates for legacy AngularJS code?

Angular migration supports routing and forms updates for legacy AngularJS code by providing reference patterns to modernize route configurations and form handling mechanisms within the hybrid application during the phased upgrade process.