UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

12 lines 557 B
import { TranslatePipe, TranslateService } from '@ngx-translate/core'; import { ChangeDetectorRef } from '@angular/core'; import * as i0 from "@angular/core"; /** * Provides copy of original pipe for C8yTranslateModule */ export declare class C8yTranslatePipe extends TranslatePipe { constructor(translate: TranslateService, _ref: ChangeDetectorRef); static ɵfac: i0.ɵɵFactoryDeclaration<C8yTranslatePipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<C8yTranslatePipe, "translate", true>; } //# sourceMappingURL=c8y-translate.pipe.d.ts.map