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