ngx-restangular
Version:
8 lines (7 loc) • 472 B
TypeScript
import { ModuleWithProviders, InjectionToken } from '@angular/core';
export declare const CONFIG_OBJ: InjectionToken<string>;
export declare class RestangularModule {
constructor(parentModule: RestangularModule);
static forRoot(configFunction?: (provider: any, ...arg: any[]) => void): ModuleWithProviders<RestangularModule>;
static forRoot(providers?: any[], configFunction?: (provider: any, ...arg: any[]) => void): ModuleWithProviders<RestangularModule>;
}