import { Injector } from '@angular/core'; import { Observable } from 'rxjs'; import { NotificationService } from '../services/notification.service'; export declare abstract class BaseResolver { private injector; protected notificationService: NotificationService; constructor(injector: Injector); protected handleError(message: string, error: any): Observable; } //# sourceMappingURL=base-resolver.d.ts.map