angular update global cli code example
Example 1: update angular cli globally
npm update @angular/cli -g
Example 2: update angular cli
For updating angular cli type this command :
ng update @angular/cli @angular/core
Example 3: update angular to specific version
ng update @angular/[email protected] @angular/[email protected]
Example 4: npm install --save-dev @angular/cli@latest
npm install --save-dev @angular/[email protected]