angular-migration

Migrate AngularJS applications to Angular with hybrid mode support.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ACGSpgp/ACGS --skill angular-migration-acgspgp
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: angular-migration
Source: https://github.com/ACGSpgp/ACGS/tree/main/.agent/workflows/framework-migration/1.2.2/skills/angular-migration
Command: npx skills add https://github.com/ACGSpgp/ACGS --skill angular-migration-acgspgp

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the complex challenge of migrating applications from AngularJS (1.x) to modern Angular (2+), enabling a smooth transition with minimal disruption.

Core Features & Use Cases

  • Hybrid App Support: Facilitates running AngularJS and Angular side-by-side during migration.
  • Component Rewriting: Guides the conversion of AngularJS directives and controllers into Angular components.
  • DI & Routing Updates: Provides strategies for migrating dependency injection and routing configurations.
  • Use Case: A large enterprise application built on AngularJS needs to be modernized to leverage the performance and features of Angular. This Skill provides the roadmap and code examples to incrementally migrate the application.

Quick Start

Use the angular-migration skill to begin upgrading your AngularJS application by setting up a hybrid app.

Frequently Asked Questions about angular-migration

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

FAQPage Schema
How do I migrate an application from AngularJS to Angular?▼

To migrate an AngularJS to Angular application, you can set up a hybrid app using the angular-migration skill to run both frameworks side-by-side while incrementally rewriting directives and controllers into Angular components. This ensures a smooth transition with minimal disruption.

What is the best way to run AngularJS and Angular side-by-side during migration?▼

Running AngularJS and Angular side-by-side during migration is achieved through hybrid app support. The angular-migration skill facilitates this mode, allowing you to incrementally upgrade legacy codebases by running both architectures concurrently within the same application.

How do I convert AngularJS directives and controllers into Angular components?▼

Converting AngularJS directives and controllers into Angular components is guided by the angular-migration skill through component rewriting. It provides strategies and code examples to incrementally rewrite legacy architecture into modern Angular components.

Do I need to understand both AngularJS and Angular architectures to upgrade my legacy application?▼

Understanding both AngularJS and Angular architectures is required for successful implementation. The angular-migration skill provides the roadmap for incremental migration, but comprehending both framework versions is necessary to properly update dependency injection and routing configurations.

Can I update dependency injection and routing configurations when upgrading AngularJS?▼

Updating dependency injection and routing configurations when upgrading AngularJS is fully supported. The angular-migration skill provides specific strategies to migrate DI and routing setups, ensuring legacy enterprise applications modernize seamlessly to leverage new Angular features.