Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 258 Bytes

choose_a_path.md

File metadata and controls

10 lines (7 loc) · 258 Bytes

Choosing an Upgrade Path

There are common ways to upgrade from AngularJS to Angular:

  • Total conversion
  • Packing Angular Components with Angular Elements
  • Migrating route by route
  • ngUpgrade

TThe last three options are usually done in conjunction.