UNPKG

@tapsellorg/angular-material-library

Version:

Angular library for Tapsell

12 lines (11 loc) 595 B
import { ElementRef } from '@angular/core'; import { Router } from '@angular/router'; import * as i0 from "@angular/core"; export declare class PghAutomaticInnerOuterLinkDirective { private router; private elementRef; constructor(router: Router, elementRef: ElementRef<HTMLAnchorElement>); onLinkClick(event: MouseEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration<PghAutomaticInnerOuterLinkDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<PghAutomaticInnerOuterLinkDirective, "a[pghAutomaticInnerOuterLink]", never, {}, {}, never, never, false, never>; }