An interface for defining in memory services that can handle CRUD requests.
Name | Type | Description |
---|---|---|
get | Observable<any> | The R in CRUD. |
post | Observable<any> | The C in CRUD. |
put | Observable<any> | The U in CRUD. |
delete | Observable<any> | The D in CRUD. |