how to update angular version in existing project code example
Example 1: update angular cli
npm uninstall -g @angular-cli
npm install -g @angular/cli@latest
Example 2: how to update angular version
content_copy
ng update @angular/cli @angular/core