@ngx-popovers/popover
Version:
Popover component based on Angular 17+ and Floating-ui displays content next to the trigger element on mouse click
9 lines (8 loc) • 384 B
TypeScript
export * from './lib/popover.module';
export * from './lib/popover/popover.component';
export * from './lib/core/popover.injections';
export * from './lib/core/popover-config';
export * from './lib/types';
export * from './lib/directives/popover-close.directive';
export * from './lib/directives/popover-anchor.directive';
export * from './lib/directives/popover-template.directive';