Angular2 templates with ASP.NET Core Razor

What is it? My objective consists of two parts, load the Angular2 template while it is being served by Razor and also apply lazy loading of the template itself. I followed the post from Victor Savkin on https://vsavkin.com/angular-router-declarative-lazy-loading-7071d1f203ee Lazy loading speeds up our application load time by splitting it into multiple bundles, and loading them … Read more