TrilonIO / aspnetcore-angular-universal

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
https://www.trilon.io
MIT License
1.46k stars 433 forks source link

.NET Core 2 server/Pre-render external compiled angular app #554

Open meirib opened 6 years ago

meirib commented 6 years ago

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

meirib commented 6 years ago

Anyone?

odahcam commented 6 years ago

As long as I know, someone is working on it and it is not actually possible.