update angular cli to 10 code example
Example 1: update angular cli 10
content_copy
ng update @angular/cli @angular/core
Example 2: update angular to specific version
ng update @angular/[email protected] @angular/[email protected]
content_copy
ng update @angular/cli @angular/core
ng update @angular/[email protected] @angular/[email protected]