45621: commit before small sidebar changes

This commit is contained in:
Lotte Hofstede
2017-11-17 11:28:48 +01:00
parent 86234afc42
commit 889318f162
9 changed files with 80 additions and 32 deletions

View File

@@ -25,7 +25,6 @@ export class RouteService {
return this.route.queryParamMap.map((map) => map.getAll(paramName).indexOf(paramValue) > -1);
}
addQueryParameterValue(paramName: string, paramValue: string): Observable<Params> {
return this.route.queryParams.map((currentParams) => {
const newParam = {};