You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
We are using asp.net core + Angular 2 (with Angular Universal ) in our application and are trying to implement SEO.
The application consists of static html pages with angular 2 and server side consists of Web API 's which we hit to fetch data from back-end.
But while implementing server side prerendering we encountered that we have to generate html using razor views on server side.
At this point we can't change architecture of our project, so is there any solution for server side prerendering without using razor.
The text was updated successfully, but these errors were encountered:
We are using asp.net core + Angular 2 (with Angular Universal ) in our application and are trying to implement SEO.
The application consists of static html pages with angular 2 and server side consists of Web API 's which we hit to fetch data from back-end.
But while implementing server side prerendering we encountered that we have to generate html using razor views on server side.
At this point we can't change architecture of our project, so is there any solution for server side prerendering without using razor.
The text was updated successfully, but these errors were encountered: