UNPKG

n-translate-2

Version:
11 lines (10 loc) 456 B
import { ModuleWithProviders } from '@angular/core'; import { NEndpoints, NHttpConfig } from 'n-http-2'; export * from './n-translate.config'; export * from './n-translate.service'; export declare function createNHttpConfig(): NHttpConfig; export declare function createNEndpointsConfig(): NEndpoints; export declare class NTranslateModule { static forRoot(providedConfig?: any): ModuleWithProviders; constructor(parentModule: NTranslateModule); }