ASP.NET Core & Angular Universal advanced starter - PWA w/ server-side rendering for SEO, Bootstrap, i18n internationalization, TypeScript, unit testing, WebAPI REST setup, SignalR, Swagger docs, and more! By @TrilonIO
Is it possible to serve and pre-render (through index.cshtml app: asp-prerender-module) a compiled app of angular cli build, while hosting the "dist" folder inside an MVC project.
We'd like to use the .NET MVC core 2 mainly for serving an existing compiled version of angular application, that we build elsewhere (not inside visual studio - ie, continuous integration build)
Hi,
Is it possible to serve and pre-render (through index.cshtml app: asp-prerender-module) a compiled app of angular cli build, while hosting the "dist" folder inside an MVC project.
We'd like to use the .NET MVC core 2 mainly for serving an existing compiled version of angular application, that we build elsewhere (not inside visual studio - ie, continuous integration build)
Thanks