UNPKG

@pshurygin/ngx-quicklink

Version:
10 lines (9 loc) 376 B
import { PreloadingStrategy, Router, Route } from '@angular/router'; import { PrefetchRegistry } from './prefetch-registry.service'; export declare class QuicklinkStrategy implements PreloadingStrategy { private queue; private router; loading: Set<Route>; constructor(queue: PrefetchRegistry, router: Router); preload(route: Route, load: Function): any; }