Class IgxOverlayOutletDirective

Mark an element as an igxOverlay outlet container. Directive instance is exported as overlay-outlet to be assigned to templates variables:

<div igxOverlayOutlet #outlet="overlay-outlet"></div>

Constructors

Properties

Constructors

Properties

element: ElementRef<HTMLElement>