- 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.
- Learning Neo4j
- 案例式C語言程序設(shè)計(jì)
- Python機(jī)器學(xué)習(xí):數(shù)據(jù)分析與評分卡建模(微課版)
- Web Development with Django Cookbook
- Mastering Swift 2
- Visual Basic程序設(shè)計(jì)習(xí)題解答與上機(jī)指導(dǎo)
- MySQL數(shù)據(jù)庫基礎(chǔ)實(shí)例教程(微課版)
- Getting Started with NativeScript
- Clojure Reactive Programming
- iOS開發(fā)實(shí)戰(zhàn):從入門到上架App Store(第2版) (移動(dòng)開發(fā)叢書)
- The Professional ScrumMaster’s Handbook
- Swift 4從零到精通iOS開發(fā)
- SQL Server 2008 R2數(shù)據(jù)庫技術(shù)及應(yīng)用(第3版)
- GitHub入門與實(shí)踐
- 從Excel到Python數(shù)據(jù)分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應(yīng)用