Migrate from hasher.js to history.js to support HTML5-style navigation. Also clean up the HMR support.

This commit is contained in:
SteveSandersonMS
2016-03-08 15:56:43 +00:00
parent bbdbb449d5
commit 515c659a47
14 changed files with 390 additions and 190 deletions

View File

@@ -2,7 +2,7 @@
ViewData["Title"] = "Home Page";
}
<app-layout></app-layout>
<app-root params="history: history"></app-root>
@section scripts {
<script src="~/dist/main.js" asp-append-version="true"></script>