UNPKG

angular-l10n

Version:

An Angular library to translate messages, dates and numbers

44 lines 2.96 kB
/** * @fileoverview added by tsickle * @suppress {checkTypes,extraRequire,uselessCode} checked by tsc */ export { InjectorRef } from './models/injector-ref'; export { Logger } from './models/logger'; export { Caching } from './models/caching'; export { StorageStrategy, ProviderType, ISOCode, LogLevel } from './models/types'; export { L10N_CONFIG, l10nConfigFactory } from './models/l10n-config'; export { LocalizedRouting } from './models/localized-routing'; export { L10nLoader, LocaleLoader, TranslationLoader, LocalizedRoutingLoader } from './services/l10n-loader'; export { LocaleService } from './services/locale.service'; export { LocaleStorage, L10nStorage } from './services/locale-storage'; export { TranslationService } from './services/translation.service'; export { TranslationProvider, L10nTranslationProvider } from './services/translation-provider'; export { TranslationHandler, L10nTranslationHandler } from './services/translation-handler'; export { Translation, Localization } from './services/extensions'; export { LocaleValidation } from './services/locale-validation'; export { Collator } from './services/collator'; export { SearchService } from './services/search.service'; export { LocaleInterceptor } from './models/locale-interceptor'; export { IntlAPI } from './services/intl-api'; export { Language } from './decorators/language.decorator'; export { DefaultLocale } from './decorators/default-locale.decorator'; export { Currency } from './decorators/currency.decorator'; export { Timezone } from './decorators/timezone.decorator'; export { TranslatePipe } from './pipes/translate.pipe'; export { L10nDatePipe } from './pipes/l10n-date.pipe'; export { L10nDecimalPipe, L10nPercentPipe, L10nCurrencyPipe } from './pipes/l10n-number.pipe'; export { L10nTimeAgoPipe } from './pipes/l10n-time-ago.pipe'; export { BaseDirective } from './models/base-directive'; export { TranslateDirective } from './directives/translate.directive'; export { L10nDateDirective } from './directives/l10n-date.directive'; export { L10nDecimalDirective, L10nPercentDirective, L10nCurrencyDirective } from './directives/l10n-number.directive'; export { L10nNumberValidatorDirective, l10nValidateNumber } from './directives/l10n-number-validator.directive'; export { L10nTimeAgoDirective } from './directives/l10n-time-ago.directive'; export { L10nJsonLdComponent } from './components/l10n-json-ld.component'; export { TranslationModule, provideRoot, provideChild } from './modules/translation.module'; export { LocalizationModule } from './modules/localization.module'; export { LocalizationExtraModule } from './modules/localization-extra.module'; export { LocaleValidationModule } from './modules/locale-validation.module'; export { LocaleSeoModule } from './modules/locale-seo.module'; export { LocaleInterceptorModule } from './modules/locale-interceptor.module'; //# sourceMappingURL=angular-l10n.js.map