almost finished date widget

This commit is contained in:
Lotte Hofstede
2018-05-15 11:03:18 +02:00
parent ce08f52b94
commit 95060ee573
18 changed files with 205 additions and 524 deletions

View File

@@ -29,6 +29,6 @@ export class MockActivatedRoute {
// ActivatedRoute.snapshot.params
get snapshot() {
return { params: this.testParams };
return { params: this.testParams, queryParams: this.testParams };
}
}