how to update angular cli globally code example

Example 1: update angular cli globally

npm update @angular/cli -g

Example 2: update angular cli

npm uninstall -g @angular-cli
npm install -g @angular/cli@latest

Example 3: update angular cli

For updating angular cli type this command :
ng update @angular/cli @angular/core

Example 4: update angular cli

For updating angular cli type this command :
ng update @angular/cli @angular/core

Example 5: update angular cli 10

content_copy
      
      ng update @angular/cli @angular/core