Hi CelSius, — that’s how i call my pal 😆

Currently i’m going to upgrade Angular version of my Angular application by following this Angular guide.

Now, Angular 10 has been published!

Now, i will start upgrading to Angular 10.

Here is some information of my current application.

Currently my application has been using Angular verion 8.3.

Update the Angular Core and Angular CLI version

Updating the Angular to version 8 by running this command :

ng update @angular/cli @angular/core

Make sure you are using Node 10 or later on your local.

I also upgrading my global angular version by running this command :

npm uninstall -g @angular/cli
npm install -g @angular/cli

#angular #javascript #web-development #developer

Upgrade Angular 8.0 to Angular 10.0
2.05 GEEK