igniteui-angular-sovn
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
12 lines (9 loc) • 420 B
text/typescript
import { IgxTooltipTargetDirective } from './tooltip-target.directive';
import { IgxTooltipDirective } from './tooltip.directive';
export * from './tooltip.directive';
export * from './tooltip-target.directive';
/* NOTE: Tooltip directives collection for ease-of-use import in standalone components scenario */
export const IGX_TOOLTIP_DIRECTIVES = [
IgxTooltipDirective,
IgxTooltipTargetDirective
] as const;