UNPKG

angular-l10n

Version:

An Angular library to translate messages, dates and numbers

16 lines 1.4 kB
/** * @fileoverview added by tsickle * @suppress {checkTypes,extraRequire,uselessCode} checked by tsc */ /** * Angular l10n * An Angular library to translate messages, dates and numbers * Copyright Roberto Simonetti * MIT license * https://github.com/robisim74/angular-l10n */ /** * Entry point for all public APIs of the package. */ export { InjectorRef, Logger, Caching, StorageStrategy, ProviderType, ISOCode, LogLevel, L10N_CONFIG, l10nConfigFactory, LocalizedRouting, L10nLoader, LocaleLoader, TranslationLoader, LocalizedRoutingLoader, LocaleService, LocaleStorage, L10nStorage, TranslationService, TranslationProvider, L10nTranslationProvider, TranslationHandler, L10nTranslationHandler, Translation, Localization, LocaleValidation, Collator, SearchService, LocaleInterceptor, IntlAPI, Language, DefaultLocale, Currency, Timezone, TranslatePipe, L10nDatePipe, L10nDecimalPipe, L10nPercentPipe, L10nCurrencyPipe, L10nTimeAgoPipe, BaseDirective, TranslateDirective, L10nDateDirective, L10nDecimalDirective, L10nPercentDirective, L10nCurrencyDirective, L10nNumberValidatorDirective, l10nValidateNumber, L10nTimeAgoDirective, L10nJsonLdComponent, TranslationModule, provideRoot, provideChild, LocalizationModule, LocalizationExtraModule, LocaleValidationModule, LocaleSeoModule, LocaleInterceptorModule } from './src/angular-l10n'; //# sourceMappingURL=public_api.js.map