Hi @Pappas Alexandros ,
Welcome to Microsoft Q&A!
The ASP.NET Core with Angular project template provides a convenient starting point for ASP.NET Core apps using Angular and the Angular CLI to implement a rich, client-side user interface (UI). The project template is equivalent to creating both an ASP.NET Core project to act as a web API and an Angular CLI project to act as a UI. This project combination offers the convenience of hosting both projects in a single ASP.NET Core project that can be built and published as a single unit. The project template isn't meant for server-side rendering (SSR).
For Angular and ASP.NET Core (Preview) project template, it is a TypeScript template and creates two projects including a frontend Angular project and a backend ASP.NET Core project.
You can see the following document: Tutorial: Create an ASP.NET Core app with Angular in Visual Studio.
Sincerely,
Anna
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.