@nakedobjects/gemini
Version:
Single Page Application client for a Naked Objects application.
11 lines (10 loc) • 553 B
TypeScript
import { AuthService, ConfigService, ContextService } from '@nakedobjects/services';
import * as i0 from "@angular/core";
export declare class LoginComponent {
readonly context: ContextService;
readonly auth: AuthService;
readonly configService: ConfigService;
constructor(context: ContextService, auth: AuthService, configService: ConfigService);
static ɵfac: i0.ɵɵFactoryDeclaration<LoginComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<LoginComponent, "nof-login", never, {}, {}, never, never, false, never>;
}