Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 287 Bytes

UPDATE.md

File metadata and controls

18 lines (15 loc) · 287 Bytes

Framework Update

Checklist to update framework to latest .NET Core and Angular.

Update Angular

npm uninstall -g @angular/cli
npm cache clean --force
npm install -g @angular/cli
ng update

Update Packages

npm audit
npm audit fix

https://update.angular.io/