0 votes
in Angular by
How to update your current Angular version to version 10?

1 Answer

0 votes
by

In order to upgrade to Angular version 10, You can use following command:

ng update @angular/cli @angular/core

...