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