Dialog api

Overview
API
Examples

NbDialogService

Methods

NameDescription
createComponentPortal()
parameters: config: NbDialogConfig, content: Type, dialogRef: NbDialogRef
returns:NbComponentPortal

We're creating portal with custom injector provided through config or using global injector. This approach provides us capability inject NbDialogRef in dialog component.

open()
parameters: content: , userConfig: Partial
returns:NbDialogRef<T>

Opens new instance of the dialog, may receive optional config.

NbDialogRef

Properties

NameTypeDescription
onBackdropClickObservable<MouseEvent>

Stream of backdrop click events.

Methods

NameDescription
close()
parameters: res: any
returns:void

Hides dialog.

NbDialogConfig

Properties

NameTypeDescription
autoFocusboolean

Focuses dialog automatically after open if true.

backdropClassstring

Class that'll be assigned to the backdrop element.

closeOnBackdropClickboolean

If true then mouse clicks by backdrop will close a dialog.

closeOnEscboolean

If true then escape press will close a dialog.

dialogClassstring

Class that'll be assigned to the dialog overlay.

hasBackdropboolean

If true than overlay will render backdrop under a dialog.

hasScrollboolean

Disables scroll on content under dialog if true and does nothing otherwise.

viewContainerRefViewContainerRef

Where the attached component should live in Angular's logical component tree. This affects what is available for injection and the change detection order for the component instantiated inside of the dialog. This does not affect where the dialog content will be rendered.

Context Menu
Previous page
Toastr
Next page

Need some help or found an issue?

Ask on Stack Overflow with tag `nebular` or post an issue on GitHub.