UNPKG

@netgrif/components

Version:

Netgrif Application Engine frontend Angular components

13 lines (12 loc) 800 B
import 'hammerjs'; import { BreakpointObserver } from '@angular/cdk/layout'; import { AbstractNavigationDrawerComponent, LoggerService, UserPreferenceService } from '@netgrif/components-core'; import * as i0 from "@angular/core"; export declare class NavigationDrawerComponent extends AbstractNavigationDrawerComponent { protected breakpoint: BreakpointObserver; protected _log: LoggerService; protected userPreferenceService: UserPreferenceService; constructor(breakpoint: BreakpointObserver, _log: LoggerService, userPreferenceService: UserPreferenceService); static ɵfac: i0.ɵɵFactoryDeclaration<NavigationDrawerComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NavigationDrawerComponent, "nc-navigation-drawer", never, {}, {}, never, ["*"], false, never>; }