New to Kendo UI for Angular? Start a free 30-day trial
PopupService
A service for opening Popup components dynamically (see example).
Name | Type | Default | Description |
---|---|---|---|
rootViewContainerNode |
|
Sets or 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. Created Popups are mounted in the DOM directly in the root application component. ts
| ||||||
| ||||||
|