- Expert Angular
- Mathieu Nayrolles Rajesh Gunasundaram Sridhar Rao
- 161字
- 2021-07-15 17:05:35
Migration process
AngularJS and Angular differ syntactically and conceptually. So the migration process involves code change not only on a syntactical level but also in implementation. The Angular team made the life of the developers easier by providing built-in tools in Angular for migrating AngularJS applications to Angular. There is some preliminary process to do in our existing AngularJS applications before starting up the migration process.
The preliminary process involves decoupling the existing code and making the existing code maintainable. This preliminary process not only prepares the code for upgradation, but will also improve the performance of the existing AngularJS applications.
We can follow an incremental approach by running both AngularJS and Angular in the same application and initiate the migration process one by one starting from the components. This approach helps to migrate large applications, isolating the business from any impact and completing the upgradation over a period of time. This approach can be achieved using the Angular upgrade module.
- JavaScript前端開發模塊化教程
- 一步一步學Spring Boot 2:微服務項目實戰
- The DevOps 2.3 Toolkit
- Android項目開發入門教程
- PHP基礎案例教程
- 圖解Java數據結構與算法(微課視頻版)
- Python GUI Programming Cookbook
- Building a Quadcopter with Arduino
- 劍指Java:核心原理與應用實踐
- Python Data Structures and Algorithms
- Oracle Data Guard 11gR2 Administration Beginner's Guide
- 前端架構設計
- Processing開發實戰
- C# 10核心技術指南
- 區塊鏈:技術與場景