how to update angular version in 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
Example 3: update angular to specific version
ng update @angular/[email protected] @angular/[email protected]
Example 4: update angular materia;
npm update @angular/material @angular/cdk