UNPKG

ngx-smart-popover

Version:

Simple popover control for your angular (v4+) applications using bootstrap4 with smart reflection logic when overflowing the viewport. This is a continuation of ngx-popover (https://github.com/pleerock/ngx-popover). If you want to use it without bootstrap

5 lines (4 loc) 169 B
export * from './lib/popover.module'; export * from './lib/popover-content.component'; export * from './lib/popover.directive'; export * from './lib/popover.placement';