update ng version code example
Example 1: update angular cli globally
npm update @angular/cli -g
Example 2: how to update angular version
content_copy
ng update @angular/cli @angular/core
Example 3: update angular to specific version
ng update @angular/cli@8.1.1 @angular/core@8.1.1