ng-responsive-nav
Version:
A mobile friendly navigation solution
9 lines (8 loc) • 360 B
TypeScript
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;
}