igniteui-angular-sovn
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
12 lines (9 loc) • 394 B
text/typescript
import { IgxBannerComponent } from './banner.component';
import { IgxBannerActionsDirective } from './banner.directives';
export * from './banner.component';
export * from './banner.directives';
/* Banner directives collection for ease-of-use import in standalone components scenario */
export const IGX_BANNER_DIRECTIVES = [
IgxBannerComponent,
IgxBannerActionsDirective
] as const;