Comparison Between Version of Angular
Comparison Between Version of Angular
Comparison Between Version of Angular
▪ Angular 9 is a large framework which can ▪ Every new update in Angular improves
slow down the application's performance, the efficiency or performance of
especially on lower-end devices. application.
DIFFERENCES (LINES OF CODE-LOC)
Angular 9 Angular 15
Strict Mode:
Angular CLI creates all new workspaces and projects with strict mode enabled.
Strict mode improves maintainability and helps you catch bugs ahead of time. Additionally, strict
mode applications are easier to statically analyze.
DIFFERENCES (DEBUGGING)
Angular 9 Angular 15
▪ Angular 9 can sometimes lead to over- ▪ See the Advantages of Angular 15.
engineering of application. But this can
be resolved using proper planning,
development, testing.
Over-Engineering:
▪ Assumption:
Lets assume after 2-3 yrs, a new revolution will be going to happen in Web Development (because
of AI) then what are you going to do with your app source code/build developed in angular 9 (6
feb,2020). Will the angular community help/support you to migrate the old source code which may
be deprecated. I mean migrating or upgrading old versions/build/source code will lead to more
efforts/budgets/time and much more. It is better to adapt latest technology to avoid future
technology crisis.
Eg: Even Apple removes / discontinues its iPhone 11 when iPhone 14 released from the official site.