Service Options

Get the API URL of the service:

crudService.getApiUrl() : string

Set the API URL of the service:

crudService.setApiUrl(apiUrl : string) : this

Get the API route of the service:

crudServie.getApiRoute() : string

Set the API route of the service:

crudService.setApiRoute(apiRoute : string) : this

Last updated