@nakedobjects/gemini
Version:
Single Page Application client for a Naked Objects application.
10 lines (9 loc) • 439 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ObjectNotFoundErrorComponent implements OnInit {
title: string;
message: string;
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectNotFoundErrorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectNotFoundErrorComponent, "object-not-found-error", never, {}, {}, never, never, false, never>;
}