TrilonIO/aspnetcore-angular-universal

Enable Angular universal in asp net core web api project

SargisParunakyan1 opened this issue · 1 comments

My project are consists with Web Api Core and Angular 9. I tried to found how to enable SSR in Web Api project. But i only found information about templates like MVC, Web application etc. Is it possible to enable SSR in Web Api Core project ?

The information on SSR and .NET 6 is scares. It appears that .NET 6 has deprecated support for SSR. It's hard to get a straight answer on how to achieve SSR with .NET 6 now.

https://stackoverflow.com/questions/70570048/how-to-serve-angular-application-from-net-5-server-and-use-server-side-renderin?noredirect=1#comment124757424_70570048

dotnet/aspnetcore#12890