ng-custom-pipe
Version:
An Angular Library, that gives you a hussle free experience on data operation using pipes
10 lines (9 loc) • 433 B
TypeScript
/** Copyright 2023 Infosys Ltd. */
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class InterpolatePipe implements PipeTransform {
transform(value: string, ...args: string[]): string;
private isNullOrUndefined;
static ɵfac: i0.ɵɵFactoryDeclaration<InterpolatePipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<InterpolatePipe, "interpolate", false>;
}