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

WindowService

Provides methods for opening Windows dynamically.

Use this service to open a Window component and manage its lifecycle. (See example.)

Constructors

WindowService

(containerService: WindowContainerService)

Parameters

containerService

WindowContainerService

Methods

open

Opens a Window component with the specified settings.

ts
const window = windowService.open({
  title: 'My window',
  content: 'My content!'
});
Parameters

settings

WindowSettings

The settings that configure the Window.

Returns

WindowRef

A WindowRef instance for controlling the Window.

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