A developer on your team is unfamiliar with Angular and accidentally removes a necessary package. Which Angular CLI command would help you ensure that the application's dependencies are correctly installed?

  • ng eject
  • ng install
  • ng serve
  • ng update
The ng update command in Angular CLI helps manage and update your application's dependencies, ensuring that packages are correctly installed and up-to-date. It's a crucial command for maintaining Angular applications.
Add your answer
Loading...

Leave a comment

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