DaffInMemoryDataServiceInterface

An interface for defining in memory services that can handle CRUD requests.

Properties

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.
Graycore, LLC © 2018 - 2024. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.