Which command is used to install the latest version of Angular CLI?
The following command is used to install the latest version of Angular CLI: npm install -g @angular/cli@latest. To install the latest version of Angular CLI, the correct command is: bashCopy code npm install -g @angular/cli This command installs the Angular CLI globally on your system, allowing you to create and manage Angular projects from anywhere … Read more