@fabioguelfi/angular-translate
Version:
A lightweight internationalization library for Angular applications
9 lines (8 loc) • 547 B
TypeScript
export { TranslateModule } from './src/translate.module';
export { TranslateService } from './src/translate.service';
export { TranslateDirective } from './src/translate.directive';
export { TranslatePipe } from './src/translate.pipe';
export { LoaderService } from './src/loader.service';
export { LoaderServiceMock } from './src/mocks/loader.service.mock';
export { TranslateConfiguration } from './src/types/translate-configuration.interface';
export { TranslationResult, MultipleTranslationResult } from './src/types/translation-result.type';