/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { ViewContainerRef } from '@angular/core'; import { WindowContainerService } from './window-container.service'; import * as i0 from "@angular/core"; /** * Represents an insertion point for Windows created through the Window service. * The created Windows mount after this element. ([See example.]({% slug api_dialog_windowservice %}#toc-open)) * * @example * ```html *
* ``` */ export declare class WindowContainerDirective { constructor(container: ViewContainerRef, service: WindowContainerService); static ɵfac: i0.ɵɵFactoryDeclaration