# ngx-crud

## ngx-crud

- [Introduction](https://henryruhs.gitbook.io/ngx-crud/master.md)
- [API](https://henryruhs.gitbook.io/ngx-crud/api.md)
- [HTTP Operations](https://henryruhs.gitbook.io/ngx-crud/api/http-operations.md)
- [HTTP Aborting](https://henryruhs.gitbook.io/ngx-crud/api/http-aborting.md)
- [HTTP Caching](https://henryruhs.gitbook.io/ngx-crud/api/http-caching.md)
- [HTTP Observing](https://henryruhs.gitbook.io/ngx-crud/api/http-observing.md)
- [HTTP Options](https://henryruhs.gitbook.io/ngx-crud/api/http-options.md)
- [HTTP Context](https://henryruhs.gitbook.io/ngx-crud/api/http-context.md)
- [HTTP Headers](https://henryruhs.gitbook.io/ngx-crud/api/http-headers.md)
- [HTTP Params](https://henryruhs.gitbook.io/ngx-crud/api/http-params.md)
- [Service Instance](https://henryruhs.gitbook.io/ngx-crud/api/service-instance.md)
- [Service Options](https://henryruhs.gitbook.io/ngx-crud/api/service-options.md)
- [Reference](https://henryruhs.gitbook.io/ngx-crud/reference.md)
- [Modules](https://henryruhs.gitbook.io/ngx-crud/reference/modules.md)
- [AbortModule](https://henryruhs.gitbook.io/ngx-crud/reference/modules/abortmodule.md)
- [CacheModule](https://henryruhs.gitbook.io/ngx-crud/reference/modules/cachemodule.md)
- [ObserveModule](https://henryruhs.gitbook.io/ngx-crud/reference/modules/observemodule.md)
- [CrudModule](https://henryruhs.gitbook.io/ngx-crud/reference/modules/crudmodule.md)
- [Services](https://henryruhs.gitbook.io/ngx-crud/reference/services.md)
- [AbortService](https://henryruhs.gitbook.io/ngx-crud/reference/services/abortservice.md)
- [CacheService](https://henryruhs.gitbook.io/ngx-crud/reference/services/cacheservice.md)
- [CommonService](https://henryruhs.gitbook.io/ngx-crud/reference/services/commonservice.md)
- [CrudService](https://henryruhs.gitbook.io/ngx-crud/reference/services/crudservice.md)
- [CustomService](https://henryruhs.gitbook.io/ngx-crud/reference/services/requestservice.md)
- [DeleteService](https://henryruhs.gitbook.io/ngx-crud/reference/services/deleteservice.md)
- [FindService](https://henryruhs.gitbook.io/ngx-crud/reference/services/findservice.md)
- [GetService](https://henryruhs.gitbook.io/ngx-crud/reference/services/getservice.md)
- [ObserveService](https://henryruhs.gitbook.io/ngx-crud/reference/services/observeservice.md)
- [PatchService](https://henryruhs.gitbook.io/ngx-crud/reference/services/patchservice.md)
- [PostService](https://henryruhs.gitbook.io/ngx-crud/reference/services/postservice.md)
- [PutService](https://henryruhs.gitbook.io/ngx-crud/reference/services/putservice.md)
- [Interceptors](https://henryruhs.gitbook.io/ngx-crud/reference/interceptors.md)
- [AbortInterceptor](https://henryruhs.gitbook.io/ngx-crud/reference/interceptors/abortinterceptor.md)
- [CacheInterceptor](https://henryruhs.gitbook.io/ngx-crud/reference/interceptors/cacheinterceptor.md)
- [ObserveInterceptor](https://henryruhs.gitbook.io/ngx-crud/reference/interceptors/observeinterceptor.md)
- [Decorators](https://henryruhs.gitbook.io/ngx-crud/reference/decorators.md)
- [@ApiUrl](https://henryruhs.gitbook.io/ngx-crud/reference/decorators/apiurl.md)
- [@ApiRoute](https://henryruhs.gitbook.io/ngx-crud/reference/decorators/endpoint.md)
- [Helpers](https://henryruhs.gitbook.io/ngx-crud/reference/helpers.md)
- [createUrl](https://henryruhs.gitbook.io/ngx-crud/reference/helpers/helper.md)
- [createUrlWithId](https://henryruhs.gitbook.io/ngx-crud/reference/helpers/createurlwithid.md)
- [stripUrlParams](https://henryruhs.gitbook.io/ngx-crud/reference/helpers/stripurlparams.md)
- [Examples](https://henryruhs.gitbook.io/ngx-crud/examples.md)
- [Services](https://henryruhs.gitbook.io/ngx-crud/examples/services.md)
- [Fully Typed Collection](https://henryruhs.gitbook.io/ngx-crud/examples/services/collection.md)
- [Limited Singleton](https://henryruhs.gitbook.io/ngx-crud/examples/services/singleton.md)
- [Components](https://henryruhs.gitbook.io/ngx-crud/examples/components.md)
- [Loader](https://henryruhs.gitbook.io/ngx-crud/examples/components/loader.md)
- [Effects](https://henryruhs.gitbook.io/ngx-crud/examples/effects.md)
- [ProfilerEffect](https://henryruhs.gitbook.io/ngx-crud/examples/effects/profilereffect.md)
- [ErrorEffect](https://henryruhs.gitbook.io/ngx-crud/examples/effects/erroreffect.md)
- [OfflineEffect](https://henryruhs.gitbook.io/ngx-crud/examples/effects/offlineeffect.md)
