Checklist to update framework to latest .NET Core and Angular.
npm uninstall -g @angular/cli
npm cache clean --force
npm install -g @angular/cli
ng update
npm audit
npm audit fix
Checklist to update framework to latest .NET Core and Angular.
npm uninstall -g @angular/cli
npm cache clean --force
npm install -g @angular/cli
ng update
npm audit
npm audit fix