@nakedobjects/gemini
Version:
Single Page Application client for a Naked Objects application.
17 lines (16 loc) • 1.02 kB
TypeScript
import { ComponentFactoryResolver, OnInit, ViewContainerRef } from '@angular/core';
import { ContextService, LoggerService, UrlManagerService } from '@nakedobjects/services';
import { CustomComponentService } from '../custom-component.service';
import * as i0 from "@angular/core";
export declare class DynamicErrorComponent implements OnInit {
private readonly context;
private readonly componentFactoryResolver;
private readonly customComponentService;
private readonly loggerService;
private readonly urlManagerService;
parent?: ViewContainerRef;
constructor(context: ContextService, componentFactoryResolver: ComponentFactoryResolver, customComponentService: CustomComponentService, loggerService: LoggerService, urlManagerService: UrlManagerService);
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicErrorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicErrorComponent, "nof-dynamic-error", never, {}, {}, never, never, false, never>;
}