UNPKG

angular4-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) 104 B
export interface TokenConfig { token?: string; loginPath?: string; excludeAuthPath?: any; }