Posts

Showing posts with the label update angular8 to angular9

New things in Angular 9, how to update to version 9 of angular

Image
What’s new in Angular 9 ? “Do you like Angular, but just want it smaller, easier to debug, and compiled faster?” Hold down, Angular 9.0.0 has finally arrived. This new version of Angular has significant improvements to the previous versions. In this new version of Angular, the IVY compiler has become mature enough to deal with all types of applications. In version 6.0, the Angular JavaScript framework was delivered with a new rendering engine called Ivy.  Google explained about Ivy. According to the Angular team, this rendering engine is focused on improving speed and speeding up compilation. Ivy made a promise to developers to reduce the size of the code and give them more flexibility. The Angular team also indicated that the transition to the new rendering engine would be smooth. In version 9.0 this time, all applications will use the Ivy compiler by default. The tool has matured. Indeed, the team noted that in addition to hundreds of bug f...