UNPKG

@ng-arthur/core

Version:

@ng-arthur/core for Angular 8+ Components

7 lines (6 loc) 270 B
import { Observable } from 'rxjs'; import { PreloadingStrategy, Route } from '@angular/router'; export declare class NaSelectivePreloadStrategy implements PreloadingStrategy { preloadedModules: string[]; preload(route: Route, load: Function): Observable<any>; }