UNPKG

nakedobjects.spa

Version:

Single Page Application client for a Naked Objects application.

8 lines (7 loc) 200 B
import { OnInit } from '@angular/core'; export declare class ObjectNotFoundErrorComponent implements OnInit { constructor(); title: string; message: string; ngOnInit(): void; }