@colsen1991/ngx-translate-extract-marker
Version:
Function, pipe and directive to manually mark strings to be extracted using ngx-translate-extract
13 lines (12 loc) • 629 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class MarkerPipe implements PipeTransform {
transform<T extends string | string[]>(key: T): T;
static ɵfac: i0.ɵɵFactoryDeclaration<MarkerPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<MarkerPipe, "marker", false>;
}
export declare class MarkerPipeStandalone implements PipeTransform {
transform<T extends string | string[]>(key: T): T;
static ɵfac: i0.ɵɵFactoryDeclaration<MarkerPipeStandalone, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<MarkerPipeStandalone, "marker", true>;
}