DrawerModule
Class
Defines the NgModule for the Drawer component.
Use this module to add the Drawer component to your NgModule-based Angular application.
Definition
Package:@progress/kendo-angular-layout
Syntax:
TS
import { DrawerModule } from '@progress/kendo-angular-layout';
import { NgModule } from '@angular/core';
@NgModule({
imports: [DrawerModule]
})
export class AppModule { }