mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
Modified mobile log-in to use history as provided by the store.
Minor typedoc and import updates.
This commit is contained in:
@@ -27,6 +27,9 @@ export const routeServiceStub: any = {
|
||||
},
|
||||
getRouteDataValue: (param) => {
|
||||
return observableOf({})
|
||||
},
|
||||
getHistory: () => {
|
||||
return observableOf(['/home','collection/123','/login'])
|
||||
}
|
||||
/* tslint:enable:no-empty */
|
||||
};
|
||||
|
Reference in New Issue
Block a user