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
11 lines (10 loc) • 370 B
TypeScript
export declare class PopoverPlacement {
static readonly Bottom = "bottom";
static readonly BottomLeft = "bottom-left";
static readonly BottomRight = "bottom-right";
static readonly Left = "left";
static readonly Right = "right";
static readonly Top = "top";
static readonly TopLeft = "top-left";
static readonly TopRight = "top-right";
}