@memberjunction/ng-shared
Version:
MemberJunction: MJ Explorer Angular Shared Package - utility functions and other reusable elements used across other MJ Angular packages within the MJ Explorer App - do not use outside of MJ Explorer.
8 lines • 350 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class URLPipe implements PipeTransform {
transform(value: string): string;
static ɵfac: i0.ɵɵFactoryDeclaration<URLPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<URLPipe, "formatUrl", false>;
}
//# sourceMappingURL=urlPipe.d.ts.map