UNPKG

505 BTypeScriptView Raw
1import { ModuleWithProviders } from "@angular/core";
2import { Http } from "@angular/http";
3import { TranslateStaticLoader } from "./src/translate.service";
4export * from "./src/translate.pipe";
5export * from "./src/translate.service";
6export * from "./src/translate.parser";
7export * from "./src/translate.directive";
8export declare function translateLoaderFactory(http: Http): TranslateStaticLoader;
9export declare class TranslateModule {
10 static forRoot(providedLoader?: any): ModuleWithProviders;
11}