Options used to construct an HttpParams instance.
HttpParams
interface HttpParamsOptions { fromString?: string; fromObject?: { [param: string]: string | number | boolean | readonly (string | number | boolean)[]; }; encoder?: HttpParameterCodec;}