UNPKG

@pshurygin/ngx-quicklink

Version:
11 lines (10 loc) 362 B
import { Router, UrlTree, UrlSegment } from '@angular/router'; export declare class PrefetchRegistry { private router; private trees; constructor(router: Router); add(tree: UrlTree): void; remove(tree: UrlTree): void; shouldPrefetch(url: string): boolean; } export declare function equalPath(as: UrlSegment[], bs: UrlSegment[]): boolean;