SPAngularAppTemplate 5.0.0

dotnet add package SPAngularAppTemplate --version 5.0.0
                    
NuGet\Install-Package SPAngularAppTemplate -Version 5.0.0
                    
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="SPAngularAppTemplate" Version="5.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SPAngularAppTemplate" Version="5.0.0" />
                    
Directory.Packages.props
<PackageReference Include="SPAngularAppTemplate" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SPAngularAppTemplate --version 5.0.0
                    
#r "nuget: SPAngularAppTemplate, 5.0.0"
                    
#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.
#addin nuget:?package=SPAngularAppTemplate&version=5.0.0
                    
Install as a Cake Addin
#tool nuget:?package=SPAngularAppTemplate&version=5.0.0
                    
Install as a Cake Tool

The sample demonstrates a SharePoint-Hosted App implemented using the single page app (SPA) pattern. It leverages the popular AnguarJS presentation framework for SPA's and utilizes ShareCoffee to make REST calls
Here is a video tutorial on how to use this package: https://spbreed.github.io/#/3
Refer Release notes for install instructions

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
5.0.0 4,346 11/9/2014
4.0.0 1,764 10/30/2014

To test create following in host web
1) Download list template from this link http://1drv.ms/1xmXS6w
2) Create a list on hostweb using this STP file and name it as "Expenses"
3) Delete all the default files in the app before installing this package
4) Here is a video tutorial on how to use this package: https://spbreed.github.io/#/3