New to Kendo UI for Angular? Start a free 30-day trial
PopupService
Provides a service for opening Popup components dynamically (see example).
Name | Type | Default | Description |
---|---|---|---|
rootViewContainerNode |
|
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. | ||||||
| ||||||
|