Enable Angular universal in asp net core web api project
SargisParunakyan1 opened this issue · 1 comments
SargisParunakyan1 commented
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 ?
omikolaj commented
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.