To update your Angular CLI globally to the latest version, you would use the command npm install -g ________.

  • @angular/cli
  • angular
  • ng
  • typescript
To update your Angular CLI globally to the latest version, you would use the command npm install -g @angular/cli. This command installs or updates the Angular CLI package globally, ensuring you have the latest version available.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *