mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-25 11:07:29 +00:00
Update remaining templates to TypeScript 2 / @types / etc.
This commit is contained in:
committed by
SteveSandersonMS
parent
a7ed0112db
commit
f6d7321243
@@ -13,7 +13,7 @@ class AppRootViewModel {
|
||||
public route: KnockoutObservable<Route>;
|
||||
private _router: Router;
|
||||
|
||||
constructor(params: { history: HistoryModule.History }) {
|
||||
constructor(params: { history: History.History }) {
|
||||
// Activate the client-side router
|
||||
this._router = new Router(params.history, routes)
|
||||
this.route = this._router.currentRoute;
|
||||
|
||||
Reference in New Issue
Block a user