In Visual Studio (I'm working with Visual Studio 2022) you can create two kinds of Angular projects.
- ASP .NET Core with Angular
- Standalone Typescript Angular Project
What is the difference between these two?
CodePudding user response:
The first uses .net core to provide an API to the Angular app, the second is a straight-up Angular app.