HotTowelTypescript 2.2.2

dotnet add package HotTowelTypescript --version 2.2.2
NuGet\Install-Package HotTowelTypescript -Version 2.2.2
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="HotTowelTypescript" Version="2.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HotTowelTypescript --version 2.2.2
#r "nuget: HotTowelTypescript, 2.2.2"
#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 HotTowelTypescript as a Cake Addin
#addin nuget:?package=HotTowelTypescript&version=2.2.2

// Install HotTowelTypescript as a Cake Tool
#tool nuget:?package=HotTowelTypescript&version=2.2.2

HotTowel Typescript is a SPA template. This is John Papas HotTowel Angular Breeze template written in Typescript. There are some changes to the project structure, mainly naming of controllers and directives. Using Web Essentials plugin for Visual Studio is highly recommended when using Typescript. You need to generate the .js files from TypeScript files before you run the project.

*UI fixes:
- When going from small screen to large screen after selecting a menuitem the sidebar contained no menuitems

- When clicking on a menuitem in a small screen the menu now closes

Version 2.2.2:
* Fixed issue with bootstrap.dialog not opening as it should
* Breeze.Server.WebApi2 1.4.16 was causing dependency issue and preventing install in VS2013.4

Version 2.1:
* Removed .js files, use Web Essentials VS plugin to recreate them

* Fixed the startup spinner not showing

* Fixed an error with logFn, causing it to only log 'info' messages

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.2 566 3/16/2015
2.2.1 51 3/16/2015
2.2.0 662 8/3/2014
2.1.1 72 8/3/2014
2.1.0 57 8/2/2014
2.0.0 145 7/8/2014
1.0.0 95 6/9/2014

* Fixed issue with bootstrap.dialog not opening as it should

* Breeze.Server.WebApi2 1.4.16 was causing dependency issue and preventing install in VS2013.4