@analogjs/content
Version:
Content Rendering for Analog
10 lines (9 loc) • 455 B
TypeScript
import * as i0 from "@angular/core";
export declare class AnchorNavigationDirective {
private readonly document;
private readonly location;
private readonly router;
handleNavigation(element: HTMLElement): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<AnchorNavigationDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<AnchorNavigationDirective, "[analogAnchorNavigation]", never, {}, {}, never, never, true, never>;
}