Bind the service:
crudService.bind(that : this) : this
Clone the service:
crudService.clone() : this
Clear the service:
crudService.clear() : this
Destroy the service:
crudService.destroy() : this
Get the HTTP client:
crudService.getHttpClient() : HttpClient
Last updated 2 years ago