The document provides guidance on migrating from AngularJS (Angular 1) to Angular (Angular 2). It recommends having a plan with two phases: preparation and migration. The preparation phase involves upgrading dependencies, introducing TypeScript, and refactoring code to follow Angular 2 conventions. The migration phase uses ngUpgrade to allow incremental migration, downgrading Angular 2 code and upgrading Angular 1 code. Services, directives, and the router are gradually replaced until the full migration is complete.