how to update Angular. code example
Example 1: angular update
npm uninstall -g @angular-cli
npm cache verify
npm install -g @angular/cli@latest
Example 2: how to update angular version
content_copy
ng update @angular/cli @angular/core