@indice/ng-components
Version:
Indice common components for Angular v12
9 lines (8 loc) • 363 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ErrorComponent implements OnInit {
error: string;
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ErrorComponent, "lib-error", never, {}, {}, never, never, false, never>;
}