Skip to main content

Posts

Showing posts from 2016

Get Started with AngularJs using a WebApi backend

AngularJs & WebApi Getting started I'd found it quite a ride converting an .NET MVC3 web app over to Angular, especially with Auth,  the social login flow. So once I did I decided to put up a neatly packaged template on Github to get people started incase these things were holding them up as well. Get Started with my template  https://github.com/warrendodsworth/angular-webapi-start It's a working template app and I'd like to say that I welcome contributions, please keep the code lean and readable. This is a pretty old template now since Angular on Typescript came out. It was fun then and is a lot nicer now with Typescript. MVC3 has moved on to dotnet core for API building. PS I'll be adding to this post to explain the pieces of it a bit more, the same should be visible on the readme on Github.