UNPKG

@skyux/router

Version:

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

18 lines (17 loc) 1.32 kB
import { PlatformLocation } from '@angular/common'; import { ElementRef, OnChanges, Renderer2, SimpleChanges } from '@angular/core'; import { ActivatedRoute, Router, RouterLink } from '@angular/router'; import { SkyAppConfig, SkyAppConfigHost, SkyAppRuntimeConfigParamsProvider } from '@skyux/config'; import { SkyAppWindowRef } from '@skyux/core'; import * as i0 from "@angular/core"; /** * @deprecated Use `skyHref` directive instead. */ export declare class SkyAppLinkExternalDirective extends RouterLink implements OnChanges { #private; set skyAppLinkExternal(commands: any[] | string); constructor(router: Router, route: ActivatedRoute, renderer: Renderer2, elementRef: ElementRef, platformLocation: PlatformLocation, window: SkyAppWindowRef, skyAppConfig?: SkyAppConfig, paramsProvider?: SkyAppRuntimeConfigParamsProvider, hostConfig?: SkyAppConfigHost); ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration<SkyAppLinkExternalDirective, [null, null, null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>; static ɵdir: i0.ɵɵDirectiveDeclaration<SkyAppLinkExternalDirective, "[skyAppLinkExternal]", never, { "skyAppLinkExternal": { "alias": "skyAppLinkExternal"; "required": false; }; }, {}, never, never, false, never>; }