@rero/ng-core
Version:
RERO angular core library.
11 lines (10 loc) • 415 B
TypeScript
import { Error } from './error';
import * as i0 from "@angular/core";
/**
* Component for displaying errors.
*/
export declare class ErrorComponent {
error: Error;
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ErrorComponent, "ng-core-error", never, { "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
}