@schoolbelle/common
Version:
11 lines (10 loc) • 361 B
TypeScript
import { NgZone } from '@angular/core';
import { Router, NavigationError } from '@angular/router';
export declare class LoadingChunkErrorHandlerService {
private router;
private zone;
constructor(router: Router, zone: NgZone);
navigationError$: import("rxjs").Observable<NavigationError>;
_errorHandled: any;
initErrorHandler(): void;
}