aspnetcore/templates/KnockoutSpa
Mark Pieszak 9e714b61fe Bug(KnockoutSpa): Router TS issue
TS erroring out (unable to build) due to `crossroads.normalizeFn = crossroads.NORM_AS_OBJECT;` <-- left hand assignment

```
ERROR in ./ClientApp/router.ts
(21,9): error TS2450: Left-hand side of assignment expression cannot be a constant or a read-only property.
```
2016-08-18 12:21:36 -07:00
..
ClientApp Bug(KnockoutSpa): Router TS issue 2016-08-18 12:21:36 -07:00
Controllers
Views
typings
wwwroot
Dockerfile Copy only project.json before dotnet restore in Dockerfile templates 2016-08-04 17:49:50 +10:00
KnockoutSpa.xproj
Program.cs Update all templates to match latest "yo aspnet" output 2016-07-27 12:25:32 +01:00
README.md
Startup.cs Update all templates to match latest "yo aspnet" output 2016-07-27 12:25:32 +01:00
appsettings.json Update all templates to match latest "yo aspnet" output 2016-07-27 12:25:32 +01:00
package.json
project.json Update all templates to match latest "yo aspnet" output 2016-07-27 12:25:32 +01:00
template_gitignore
tsconfig.json
tsd.json
web.config
webpack.config.dev.js
webpack.config.js
webpack.config.prod.js
webpack.config.vendor.js