angular-l10n
Version:
Angular library to translate texts, dates and numbers
14 lines (13 loc) • 578 B
TypeScript
import { OnDestroy, ChangeDetectorRef } from '@angular/core';
import { Subscription } from 'rxjs';
import { L10nTranslationService } from '../services/l10n-translation.service';
import * as i0 from "@angular/core";
export declare class L10nAsyncPipe implements OnDestroy {
protected onChanges: Subscription;
protected translation: L10nTranslationService;
protected cdr: ChangeDetectorRef;
constructor();
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<L10nAsyncPipe, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<L10nAsyncPipe>;
}