UNPKG

@skyux/router

Version:

This library was generated with [Nx](https://nx.dev).

14 lines (13 loc) 1.06 kB
import { LocationStrategy } from '@angular/common'; import { ElementRef, OnChanges, Renderer2, SimpleChanges } from '@angular/core'; import { ActivatedRoute, Router, RouterLink } from '@angular/router'; import { SkyAppConfig, SkyAppRuntimeConfigParamsProvider } from '@skyux/config'; import * as i0 from "@angular/core"; export declare class SkyAppLinkDirective extends RouterLink implements OnChanges { #private; set skyAppLink(commands: any[] | string); constructor(router: Router, route: ActivatedRoute, locationStrategy: LocationStrategy, renderer: Renderer2, elementRef: ElementRef, skyAppConfig?: SkyAppConfig, paramsProvider?: SkyAppRuntimeConfigParamsProvider); ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration<SkyAppLinkDirective, [null, null, null, null, null, { optional: true; }, { optional: true; }]>; static ɵdir: i0.ɵɵDirectiveDeclaration<SkyAppLinkDirective, "[skyAppLink]", never, { "skyAppLink": { "alias": "skyAppLink"; "required": false; }; }, {}, never, never, false, never>; }