Skip to content
Robert Dyball edited this page Sep 29, 2016 · 8 revisions

Welcome to the Angular 2 Multi-SPA wiki!

following are links to a series of blog posts that will describe the step-by-step process how this framework was built, and describe along the way how to make the most Angular 2 and ASP.Net Core together. It is easy to end up with badly coupled spaghetti code or waste ASP.Net Core and a perfect good server by serving flat HTML - here you'll see how to keep using tag helpers and razor with your Angular 2. Have your cake and eat it too!

###Intro: https://dyball.wordpress.com/2016/09/27/part-1-using-angular-2-with-asp-net-core-building-a-smarter-framework/

###1 - Creating the base ASP.Net Core Project https://dyball.wordpress.com/2016/09/28/01-asp-net-core-angular-2-angular2multispa/

###2 - Adding Angular 2 https://dyball.wordpress.com/2016/09/28/02-asp-net-core-angular-2-adding-angular-2/

###3 - Using Razor https://dyball.wordpress.com/2016/09/29/3-asp-net-core-angular-2-dont-waste-your-razor/

###Next Using Bootstrap 4 and adding a simple Web API data service ( more coming )

Clone this wiki locally