> For the complete documentation index, see [llms.txt](https://henryruhs.gitbook.io/ngx-crud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://henryruhs.gitbook.io/ngx-crud/api/service-instance.md).

# Service Instance

Bind the service:

```typescript
crudService.bind(that : this) : this
```

Clone the service:

```typescript
crudService.clone() : this
```

Clear the service:

```typescript
crudService.clear() : this
```

Destroy the service:

```typescript
crudService.destroy() : this
```

Get the HTTP client:

```typescript
crudService.getHttpClient() : HttpClient
```
