UNPKG

workplacex-cli

Version:

Create database applications with Angular 11, ASP.NET Core 5.0 and MS-SQL for Linux and Windows.

19 lines (15 loc) 305 B
# Framework Update Checklist to update framework to latest .NET Core and Angular. ## Update Angular ```cmd npm uninstall -g @angular/cli npm cache clean --force npm install -g @angular/cli ng update ``` ## Update Packages ```cmd npm audit npm audit fix ``` https://update.angular.io/