UNPKG

ng-responsive-nav

Version:
9 lines (8 loc) 360 B
import { MobileNavigationComponent } from '../mobile-navigation/mobile-navigation.component'; export declare class OrientationDirective { private readonly window; private readonly mobileNavMenu; constructor(document: Document, window: Window, mobileNavMenu: MobileNavigationComponent); onInitialise(): void; private _isLandScape; }