UNPKG

@fingerprintsoft/angular-spring-hal

Version:

This Angular module offers a HAL/JSON http-client to easily interact with a Spring Data Rest API or any API that implements the Spring Data Rest resource model

6 lines (5 loc) 114 B
export declare type SortOrder = 'DESC' | 'ASC'; export interface Sort { path: string; order: SortOrder; }