@nakedobjects/gemini
Version:
Single Page Application client for a Naked Objects application.
17 lines (16 loc) • 985 B
TypeScript
import { ActivatedRoute } from '@angular/router';
import { ConfigService, ContextService, ErrorService, PaneRouteData, UrlManagerService } from '@nakedobjects/services';
import { ViewModelFactoryService } from '@nakedobjects/view-models';
import { PaneComponent } from '../pane/pane';
import * as i0 from "@angular/core";
export declare class AttachmentComponent extends PaneComponent {
private readonly viewModelFactory;
private readonly error;
private readonly configService;
constructor(activatedRoute: ActivatedRoute, urlManager: UrlManagerService, viewModelFactory: ViewModelFactoryService, context: ContextService, error: ErrorService, configService: ConfigService);
image?: string;
title: string;
protected setup(routeData: PaneRouteData): void;
static ɵfac: i0.ɵɵFactoryDeclaration<AttachmentComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<AttachmentComponent, "nof-attachment", never, {}, {}, never, never, false, never>;
}