UNPKG

igniteui-angular-sovn

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

14 lines (11 loc) 626 B
import { IgxNavigationDrawerComponent } from './navigation-drawer.component'; import { IgxNavDrawerItemDirective, IgxNavDrawerMiniTemplateDirective, IgxNavDrawerTemplateDirective } from './navigation-drawer.directives'; export * from './navigation-drawer.component'; export * from './navigation-drawer.directives'; /* NOTE: Navigation drawer directives collection for ease-of-use import in standalone components scenario */ export const IGX_NAVIGATION_DRAWER_DIRECTIVES = [ IgxNavigationDrawerComponent, IgxNavDrawerItemDirective, IgxNavDrawerMiniTemplateDirective, IgxNavDrawerTemplateDirective ] as const;