@netgrif/components
Version:
Netgrif Application Engine frontend Angular components
13 lines (12 loc) • 759 B
TypeScript
import { Router } from '@angular/router';
import { AbstractLogoutShortcutComponent, ConfigurationService, LoggerService, UserService } from '@netgrif/components-core';
import * as i0 from "@angular/core";
export declare class LogoutShortcutComponent extends AbstractLogoutShortcutComponent {
protected _user: UserService;
protected _log: LoggerService;
protected _config: ConfigurationService;
protected _router: Router;
constructor(_user: UserService, _log: LoggerService, _config: ConfigurationService, _router: Router);
static ɵfac: i0.ɵɵFactoryDeclaration<LogoutShortcutComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<LogoutShortcutComponent, "nc-logout-shortcut", never, {}, {}, never, never, false, never>;
}