How to implement angular 4 server pre-rendering in ASP.NET Core

I am upgrading an ASP.NET Core project from AngularJS to Angular 4. Now that Angular Universal (a community branch) is integrated into Angular, I would like to experiment with pre-installing the server.

Server pre-provisioning with Vue 2 and ASP.NET Core is pretty elegant (e.g. http://mgyongyosi.com/2016/Vuejs-server-side-rendering-with-aspnet-core/ ).

Are there any similar examples or tutorials about integrating Angular 4 server with ASP.NET Core, avoiding any refactoring from Angular Universal Samples?

+4
source share

Source: https://habr.com/ru/post/1673185/


All Articles