I've been using VS Code for ASP.Net + Angular projects, and there I could've generated a new Angular component using some extensions from the context menu:
Now after I've migrated to Visual Studio 2019 (not Code) and making a project with ASP.NET Core + Angular, I don't know how to generate an Angular component, because I'm not able to find anything related to it in the menu.
So how do you generate an Angular component in VS?
Are you using VS Code for Client-side and VS for back-end or is there any extension that I'm missing for VS?
Thanks.

