I just installed and created my first Angular app in Visual Studio 2019. I used the .Net Core Web Application type project and the Angular framework. I see in the package.json file, Angular 6.1.10 is being used. I know I can install packages using the cli, but how do I install new packages (ex. Angular 7 or Angular Material), from/within the Visual Studio UI and update old packages to newer versions?
I'd like to try and stay within the VS 2019 UI!
Is this even possible in the VS UI?