Hello,
Is there any guidance about how to incorporate MiniProfiler into a SPA application, all documentation so far only shows usage with MVC.
The reason I ask is that we started a year ago with the very first Angular template then changed some aspects of the code, in particular default.cshtml became index.htm. My hunch is that if I bring our code base up to the current ServiceStack Angular template layout, I might then be able to easily add in the profiler on the server-side rendering of the default page, from there everything should then be bootstrapped and all ajax calls should render.
Thank you,
Stephen