Modified mobile log-in to use history as provided by the store.

Minor typedoc and import updates.
This commit is contained in:
Michael W Spalti
2019-09-04 12:56:37 -07:00
parent fcaf01807c
commit 54fc57d1f3
4 changed files with 28 additions and 47 deletions

View File

@@ -27,6 +27,9 @@ export const routeServiceStub: any = {
},
getRouteDataValue: (param) => {
return observableOf({})
},
getHistory: () => {
return observableOf(['/home','collection/123','/login'])
}
/* tslint:enable:no-empty */
};