UNPKG

@anglr/translate-extensions

Version:

Angular module - external translation loader for ngx-translate

25 lines 815 B
/** * Options that are used within ExternalTranslationLoader */ export declare class ExternalTranslationLoaderOptions { /** * Prefix that is used for all requests */ resourcePrefix: string; /** * Names of resources that holds translations */ resources: string[]; /** * Sufix that is used for all requests */ resourceSufix: string; /** * Creates instance of ExternalTranslationLoaderOptions * @param resourcePrefix - Prefix that is used for all requests * @param resources - Names of resources that holds translations * @param resourceSufix - Sufix that is used for all requests */ constructor(resourcePrefix: string, resources: string[], resourceSufix: string); } //# sourceMappingURL=externalTranslationLoaderOptions.d.ts.map