import { Injector } from '@angular/core'; import { Router } from '@angular/router'; import { FormGroup } from '@angular/forms'; import { AuthenticationService } from '../services'; export declare abstract class BaseComponent { private injector; protected authService: AuthenticationService; protected router: Router; constructor(injector: Injector); handleError(error: any, entityForm: FormGroup): boolean; normalizeName(str: string): string; } //# sourceMappingURL=base-component.d.ts.map