UNPKG

@dbg-riskit/angular-view

Version:

13 lines (12 loc) 557 B
import { ActivatedRoute, Router, UrlTree } from '@angular/router'; import * as i0 from "@angular/core"; export declare class SubLinkDirective { private readonly router; private readonly route; private commands; constructor(router: Router, route: ActivatedRoute); set subLink(commands: unknown[] | string); get urlTree(): UrlTree; static ɵfac: i0.ɵɵFactoryDeclaration<SubLinkDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<SubLinkDirective, "[riskSubLink]", never, { "subLink": "riskSubLink"; }, {}, never>; }