igniteui-angular-sovn
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
16 lines (14 loc) • 315 B
text/typescript
import { NgModule } from '@angular/core';
import { IGX_NAVIGATION_DRAWER_DIRECTIVES } from './public_api';
/**
* @hidden
*/
@NgModule({
imports: [
...IGX_NAVIGATION_DRAWER_DIRECTIVES
],
exports: [
...IGX_NAVIGATION_DRAWER_DIRECTIVES
]
})
export class IgxNavigationDrawerModule {}