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
<PackageReference Include="Idea42.NuGet.AngularSPA" Version="1.3.1" />
paket add Idea42.NuGet.AngularSPA --version 1.3.1
#r "nuget: Idea42.NuGet.AngularSPA, 1.3.1"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
.NETFramework 4.0
- AngularJS.Core (>= 1.5.7)
- AngularJS.Route (>= 1.5.7)
- angular-local-storage (>= 0.2.6)
- bootstrap (>= 3.3.6)
- jQuery (>= 2.2.4)
- Microsoft.AspNet.Mvc (>= 5.2.3)
- Microsoft.AspNet.Web.Optimization (>= 1.1.3)
- Microsoft.AspNet.WebApi (>= 5.2.3)
- Modernizr (>= 2.8.3)
- WebActivatorEx (>= 2.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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.