Get a single parameter of the service:
crudService.getParam(name : string) : string
Get the parameters instance of the service:
crudService.getParams() : HttpParams
Get values for a single parameter of the service:
crudService.getParamArray(name : string) : string[]
Set a single parameter of the service:
crudService.setParam(name : string, value : string) : this
Set the parameters instance of the service:
crudService.setParams(params : HttpParams) : this
Set values for a single parameter of the service:
crudService.setParamArray(name : string, valueArray : string[]) : this
Append a single parameter to the service:
Append values to a single parameter of the service:
Clear a single parameter of the service:
Clear the parameters instance of the service: