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.
- Convert files from
.jsto.ts - Include Webpack
- Add Angular dependencies
- Use
@angular/upgradeto run hybrid app (AngularJS and Angular at the same time) - Migrate and downgrade
Phoneservice as a test - Include webpack-dev-server
npm start
npm run build