henryruhs opened this issue 5 years ago · 1 comments
Needed helpers:
Example for setting a single parameter;
public setParam(name: string, value: string): this { return this.setParams( this.getParams().set(name, value) ); return this; }
Done