UNPKG

@netgrif/components

Version:

Netgrif Application Engine frontend Angular components

15 lines (14 loc) 1.02 kB
import { Router } from '@angular/router'; import { AbstractDashboardComponent, CaseResourceService, DoubleDrawerNavigationService, LanguageService, LoggerService, PathService } from '@netgrif/components-core'; import * as i0 from "@angular/core"; export declare class DashboardComponent extends AbstractDashboardComponent { protected _caseResource: CaseResourceService; protected _log: LoggerService; protected _pathService: PathService; protected _router: Router; protected _languageService: LanguageService; protected _doubleDrawerNavigationService: DoubleDrawerNavigationService; constructor(_caseResource: CaseResourceService, _log: LoggerService, _pathService: PathService, _router: Router, _languageService: LanguageService, _doubleDrawerNavigationService: DoubleDrawerNavigationService); static ɵfac: i0.ɵɵFactoryDeclaration<DashboardComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DashboardComponent, "nc-dashboard", never, {}, {}, never, never, false, never>; }