update npm angular version code example
Example 1: update angular cli
For updating angular cli type this command :
ng update @angular/cli @angular/core
Example 2: update angular to specific version
ng update @angular/[email protected] @angular/[email protected]