New to Kendo UI for AngularStart a free 30-day trial

PopupService

Provides a service for opening Popup components dynamically (see example).

NameTypeDefaultDescription

rootViewContainerNode

HTMLElement

Gets the HTML element of the root component container.

Constructors

PopupService

(applicationRef: ApplicationRef, componentFactoryResolver: ComponentFactoryResolver, injector: Injector, container: ElementRef<any>)

Parameters

applicationRef

ApplicationRef

componentFactoryResolver

ComponentFactoryResolver

injector

Injector

container

ElementRef<any>

Methods

open

Opens a Popup component. The Popup mounts in the DOM under the root application component.

Parameters

options

PopupSettings

The options for the Popup.

Returns

PopupRef

A reference to the Popup object.

In this article
ConstructorsPopupServiceMethods
Not finding the help you need?
Contact Support