Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 702 Bytes

File metadata and controls

23 lines (16 loc) · 702 Bytes

angularjs2angular

Overview

This application takes the developer through the process of migrating from AngularJS to Angular. It is based on angular-phonecat application. It follows steps described in the guide.

Migration steps

  • Convert files from .js to .ts
  • Include Webpack
  • Add Angular dependencies
  • Use @angular/upgrade to run hybrid app (AngularJS and Angular at the same time)
  • Migrate and downgrade Phone service as a test
  • Include webpack-dev-server

Running

  • npm start

Building

  • npm run build