how to update angular version to 8 and above code example
Example 1: ng update @angular/core @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