igniteui-angular
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
6 lines (5 loc) • 311 B
TypeScript
import { IgxBannerComponent } from './banner.component';
import { IgxBannerActionsDirective } from './banner.directives';
export * from './banner.component';
export * from './banner.directives';
export declare const IGX_BANNER_DIRECTIVES: readonly [typeof IgxBannerComponent, typeof IgxBannerActionsDirective];