Angular V9 Vs V15
Angular V9 Vs V15
Angular V9 Vs V15
ANGULAR 9?
DIFFERENCES (HISTORY &
VERSION)
Angular 9 Angular 15
Angular 9 is a large framework which can Every new update in Angular improves the
slow down the application's performance, efficiency or performance of application.
especially on lower-end devices.
DIFFERENCES (LINES OF
CODE-LOC)
Angular 9 Angular 15
Increasing LOC in source code because of old Decreasing LOC because of new shorthand
ways of implementation. code ways in Methods/Suites/
Packages/Wrappers etc.
DIFFERENCES (BUILD SIZE)
Angular 9 Angular 15
Build size is large because of old compilation Enhanced compilation to minimize the build
ways (compiler). size.
DIFFERENCES (STRICT MODE)
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:
There are many features of Angular that make it an excellent choice for web apps development. The Angular
team releases new versions constantly and announces more and more performance improvements, long-term
support, backward compatibility, critical fixes and more. In short, Angular will continue to evolve and enhance.
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.