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.
Loading...
Related Quiz
- In NgRx, to handle asynchronous operations like HTTP requests, one would use ________.
- Which property of a FormControl instance would you check to determine if the user has interacted with a particular form control?
- The tick function is provided by the ______ testing utility to simulate the passage of time in tests.
- Why is it recommended to use immutable data structures with the OnPush change detection strategy?
- In Jasmine, which function is used to create spies that can track calls, arguments, and return values?