UNPKG

angular2-mdl

Version:

Angular 2 components, directives and styles based on material design lite https://getmdl.io.

8 lines (7 loc) 282 B
import { MdlLayoutComponent } from './mdl-layout.component'; export declare class MdlLayoutDrawerComponent { private parentLayout; isDrawerVisible: boolean; constructor(parentLayout: MdlLayoutComponent); isDrawerDirectChildOf(layout: MdlLayoutComponent): boolean; }