UNPKG

@netgrif/components

Version:

Netgrif Application Engine frontend Angular components

15 lines (14 loc) 887 B
import { TranslateService } from '@ngx-translate/core'; import { AbstractToolbarComponent, LanguageService, RedirectService, UserService } from '@netgrif/components-core'; import { Router } from '@angular/router'; import * as i0 from "@angular/core"; export declare class ToolbarComponent extends AbstractToolbarComponent { protected translate: TranslateService; protected selectLangService: LanguageService; protected userService: UserService; protected router: Router; protected redirectService: RedirectService; constructor(translate: TranslateService, selectLangService: LanguageService, userService: UserService, router: Router, redirectService: RedirectService); static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "nc-toolbar", never, {}, {}, never, never, false, never>; }