Angular 9: What to Expect in New Version of Angular

Angular is one of the prominent open source frameworks for building web and mobile applications. The newest version, Angular 9, is smaller, faster, and easier to use, and it will be making Angular developers' life easier.

With Angular 9, the community can benefit from smaller, high-performance applications and better development experience. Developers also now have clear syntax and clear project structure.

How to Upgrade Angular Packages  and Enable the Ivy Compiler

Updating Your Packages and the Ivy Compiler

The following post focuses on the process of updating the packages used for an Angular project as well as activating the Ivy compiler. Packages can be updated in two ways:

Auto Upgrade

The first way is the easiest one, as it undertakes to do all the work for us with the Angular CLI. You may be able to update your project using the ng update command. Before proceeding with this process, we should install the latest version of Angular so we can be sure that we will update our existing project to the latest release. To do that, we can run the following commands in the Angular CLI.