Idea42.NuGet.AngularSPA 1.3.1

dotnet add package Idea42.NuGet.AngularSPA --version 1.3.1
NuGet\Install-Package Idea42.NuGet.AngularSPA -Version 1.3.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Idea42.NuGet.AngularSPA" Version="1.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Idea42.NuGet.AngularSPA --version 1.3.1
#r "nuget: Idea42.NuGet.AngularSPA, 1.3.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Idea42.NuGet.AngularSPA as a Cake Addin
#addin nuget:?package=Idea42.NuGet.AngularSPA&version=1.3.1

// Install Idea42.NuGet.AngularSPA as a Cake Tool
#tool nuget:?package=Idea42.NuGet.AngularSPA&version=1.3.1

We love Angular... We also love SPA's (Single Page Apps)! So, at Idea42, we created this starter kit that gets you going with the best known practices for creating an Angular SPA, built on Bootstrap.

     To begin, start by creating an empty ASP.NET web project, add this package to the project, and we will take care of the rest.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.1 1,683 7/12/2016
1.3.0 1,515 7/11/2016
1.1.0 2,799 5/1/2016
1.0.0 1,409 1/27/2016

1.3.0 - In addition to updating our code template to match John Papa's guide better, we also updated to the latest version of Angular.

1.3.1 - Fixed issue with WebAPI Configuration Registration where the MVC mappings prevented the API from being called.