UNPKG

igniteui-angular-sovn

Version:

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

11 lines (8 loc) 377 B
import { IgxNavbarActionDirective, IgxNavbarComponent, IgxNavbarTitleDirective } from './navbar.component'; export * from './navbar.component'; /* NOTE: Navbar directives collection for ease-of-use import in standalone components scenario */ export const IGX_NAVBAR_DIRECTIVES = [ IgxNavbarComponent, IgxNavbarActionDirective, IgxNavbarTitleDirective ] as const;