@volosoft/abp.ng.theme.lepton-x
Version:
ABP Framework is a complete open-source infrastructure to create modern web applications by following the best practices and conventions of software development. This package is a part of the [ABP Framework](https://abp.io) and contains client-side files.
12 lines (11 loc) • 600 B
TypeScript
import { Router } from '@angular/router';
import { CreateErrorComponentService, HttpErrorWrapperComponent } from '@abp/ng.theme.shared';
import * as i0 from "@angular/core";
export declare class AbpCreateErrorComponentService extends CreateErrorComponentService {
protected readonly router: Router;
protected readonly httpErrorPath: string;
constructor();
execute(instance: Partial<HttpErrorWrapperComponent>): void;
static ɵfac: i0.ɵɵFactoryDeclaration<AbpCreateErrorComponentService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<AbpCreateErrorComponentService>;
}