UNPKG

@tapsellorg/angular-material-library

Version:

Angular library for Tapsell

11 lines (10 loc) 508 B
import { PipeTransform } from '@angular/core'; import { PghSsoService } from '../sso-logic/sso.service'; import * as i0 from "@angular/core"; export declare class PghAuthorizedLinkPipe implements PipeTransform { private ssoService; constructor(ssoService: PghSsoService); transform(link: string | undefined | null): unknown; static ɵfac: i0.ɵɵFactoryDeclaration<PghAuthorizedLinkPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<PghAuthorizedLinkPipe, "pghAuthorizedLink", false>; }