# 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
```
