@nakedobjects/gemini
Version:
Single Page Application client for a Naked Objects application.
16 lines (15 loc) • 937 B
TypeScript
import { ICustomComponentConfigurator } from './custom-component.service';
import { ICustomErrorComponentConfigurator } from './custom-component.service';
import * as i0 from "@angular/core";
export interface ICustomComponentConfigService {
configureCustomObjects(custom: ICustomComponentConfigurator): void;
configureCustomLists(custom: ICustomComponentConfigurator): void;
configureCustomErrors(custom: ICustomErrorComponentConfigurator): void;
}
export declare class CustomComponentConfigService implements ICustomComponentConfigService {
configureCustomObjects(_custom: ICustomComponentConfigurator): void;
configureCustomLists(_custom: ICustomComponentConfigurator): void;
configureCustomErrors(custom: ICustomErrorComponentConfigurator): void;
static ɵfac: i0.ɵɵFactoryDeclaration<CustomComponentConfigService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<CustomComponentConfigService>;
}