how to update angular package.json code example
Example 1: update angular cli
npm uninstall -g @angular-cli
npm install -g @angular/cli@latest
Example 2: update angular to specific version
ng update @angular/[email protected] @angular/[email protected]