Max

Results 4 issues of Max

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

![2019-02-10 12 30 08](https://user-images.githubusercontent.com/5250100/52532044-a5ce8a00-2d2f-11e9-9777-486e24f7e26f.png) 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...