UNPKG

@progress/kendo-angular-dialog

Version:
22 lines (21 loc) 1.13 kB
/**----------------------------------------------------------------------------------------- * 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 * <div kendoWindowContainer></div> * ``` */ export declare class WindowContainerDirective { constructor(container: ViewContainerRef, service: WindowContainerService); static ɵfac: i0.ɵɵFactoryDeclaration<WindowContainerDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<WindowContainerDirective, "[kendoWindowContainer]", never, {}, {}, never, never, true, never>; }