mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 13:03:04 +00:00
almost finished date widget
This commit is contained in:
@@ -29,6 +29,6 @@ export class MockActivatedRoute {
|
||||
|
||||
// ActivatedRoute.snapshot.params
|
||||
get snapshot() {
|
||||
return { params: this.testParams };
|
||||
return { params: this.testParams, queryParams: this.testParams };
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user