dotnetcore-angular-ssr
dotnetcore-angular-ssr copied to clipboard
Starting point for spa application using ASP.NET Core and Angular 7 with server side rendering enabled
Any chance for update to use angular 9? I was able to upgrade to dotnet 3.1 and it still works. After upgrade to angular 9 there is "TimeoutException: The Angular...
https://angular.io/api/platform-browser/TransferState
So in this template was remove few lines: ``` if (env.IsDevelopment()) { app.UseDeveloperExceptionPage(); } else { app.UseExceptionHandler("/Error"); } ``` and we couldn`t see error page if something goes wrong. So...
Lets check ng services from system monitoring. after every launch by "F5" you could see new process "ng" wich reserve ~500mb of RAM memory
 when i start "dotnet dotnetcore-angular-ssr" in publish folder
This type is unsafe! I undersand that with this flag page will render fetch data, BUT if you are using !http (client and server) page will render data correctly and...