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 434 forks source link

Npm "aspnet-prerendering" package alternative needed #609

Open inunotaisho opened 6 years ago

inunotaisho commented 6 years ago

In the words of the packages creator:

Not for general use This NPM package is an internal implementation detail of the Microsoft.AspNetCore.SpaServices NuGet package.

You should not use this package directly in your own applications, because it is not supported, and there are no guarantees about how its APIs will change in the future"

Stating the obvious, I notice there appears to be no alternative at the moment. So if an alternative can not be found, would @nguniversal be willing to take over the package?

https://www.npmjs.com/package/aspnet-prerendering

MarkPieszak commented 6 years ago

Great idea @inunotaisho26. I'll have to contact Steve and see if they're going to continue maintaining it (if any issues arise), or if we need to move it somewhere else, like within the @nguniversal namespace and handle it ourselves.