Angular 4 RC.4 and .net core server side prerendering
问题 I have this project https://github.com/damirkusar/AngularMeetsNetCore/tree/AngularRc4 with Angular 4 RC.4 and .net core. I updated it from Beta 8, removed universal stuff. I works without pre-rendering, but not with pre-rendering enabled. If you enable pre-rendering in this project under: WebApp/Views/Home/Index.cshtml by adding this to the app element asp-prerender-module="ClientApp/dist/main-server" so that the whole thing looks like this: <app asp-prerender-module="ClientApp/dist/main