UNPKG

angular6-hal-client

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

11 lines (9 loc) 232 B
import { ModuleWithProviders, NgModule } from '@angular/core'; @NgModule({}) export class AngularHalModule { static forRoot(): ModuleWithProviders { return ({ ngModule: AngularHalModule, }); } }