File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 66 * found in the LICENSE file at https://angular.dev/license
77 */
88
9+ import { ElementRef } from '@angular/core' ;
910import { PositionStrategy } from './position/position-strategy' ;
1011import { Direction , Directionality } from '../bidi' ;
1112import { ScrollStrategy , NoopScrollStrategy } from './scroll/index' ;
@@ -30,6 +31,9 @@ export class OverlayConfig {
3031 /** Whether to disable any built-in animations. */
3132 disableAnimations ?: boolean ;
3233
34+ /** If specified, insert overlay after this element, instead of using the global overlay container. */
35+ insertOverlayAfter ?: ElementRef ;
36+
3337 /** The width of the overlay panel. If a number is provided, pixel units are assumed. */
3438 width ?: number | string ;
3539
You can’t perform that action at this time.
0 commit comments