Which Angular CLI command helps in updating your Angular application to the latest version?

  • ng migrate
  • ng refresh
  • ng update
  • ng upgrade
The ng update command in Angular CLI is used to update your Angular application to the latest version of Angular and its dependencies. It helps you keep your application up-to-date with the latest features, bug fixes, and security patches.
Add your answer
Loading...

Leave a comment

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