Angular 2 - Integrating angular universal in already built app on top of ASP.NET MVC -
we developed , deployed angular 2 application using systemjs built on top of asp.net mvc , implemented aot compilation deployment speed load time. works have problem seo may have guessed.
now, overcome issue, need use angular universal server prerendering. i'm not coming nodejs background apologies beforehand , don't want use/install separate nodejs server prerendering on top of asp.net. there way can prerendering (or without) angular universal using other servers asp.net itself?
the initial load speed on target aot , facebook metatags creating issue.
p.s: i'm using systemjs , sorry not including code snippet @ time of asking question more kind of approach question coding bug. thanks
Comments
Post a Comment