What is the best way to host an Angular 5 app in Kentico

Enterprise Web asked on April 25, 2018 17:09

I have an Angular 5 app that's set up as a sub application under my Kentico site. Is there a way to host the app within Kentico so that I don't have to pull in assets from Kentico (header/footer, etc), or should it be completely isolated and pull in Kentico components via Rest requests?

I'm using .NET Core 2.0 for my API, so I wasn't able to use the Kentico Nuget packages, but it is using the Kentico auth cookie for authorization.

   Please, sign in to be able to submit a new answer.