UNPKG

nakedobjects.spa

Version:

Single Page Application client for a Naked Objects application.

9 lines (8 loc) 312 B
import { AuthService } from './auth.service'; import { UrlManagerService } from './url-manager.service'; export declare class AppComponent { readonly auth: AuthService; private readonly urlManager; constructor(auth: AuthService, urlManager: UrlManagerService); isGemini: () => boolean; }