- Expert Angular
- Mathieu Nayrolles Rajesh Gunasundaram Sridhar Rao
- 117字
- 2021-07-15 17:05:37
Strategies to upgrade to Angular
There are different upgrade strategies available to migrate to Angular. They are as follows:
- One time: Replacing the entire AngularJS app, rewriting the code in Angular starting at one point.
- Incremental: Upgrading the existing app one service or component at a time, running AngularJS and Angular side by side.
If the AngularJS app is small, then rewriting at one time is probably the easiest and fastest way to upgrade. If the AngularJS app is larger and can't rewrite the whole code at once, we need to rewrite step by step, component by component, service by service. This is called incremental upgrading. However, running ng1 and ng2 side by side has performance implications.
推薦閱讀
- Modular Programming with Python
- PyTorch自動駕駛視覺感知算法實戰
- x86匯編語言:從實模式到保護模式(第2版)
- Learning Laravel 4 Application Development
- Mastering AndEngine Game Development
- Learning Salesforce Einstein
- Unity 5 for Android Essentials
- 零基礎入門學習Python(第2版)
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- AIRIOT物聯網平臺開發框架應用與實戰
- Solr Cookbook(Third Edition)
- Python+Tableau數據可視化之美
- SSH框架企業級應用實戰
- Qt 5.12實戰
- 你好!Java