Primitives
A dialog is a floating window that can be used to display information or prompt the user for input.
Import the Dialog primitives from ng-primitives/dialog
.
Assemble the dialog directives in your template.
Create reusable components that uses the NgpDialog
and NgpDialogTrigger
directives.
Generate a reusable dialog component using the Angular CLI.
path
: The path at which to create the component file.prefix
: The prefix to apply to the generated component selector.componentSuffix
: The suffix to apply to the generated component class name.fileSuffix
: The suffix to apply to the generated component file name. Defaults to component
.exampleStyles
: Whether to include example styles in the generated component file. Defaults to true
.The following directives are available to import from the ng-primitives/dialog
package:
Attribute | Description |
---|---|
data-exit |
Applied when the dialog is closing. |
Attribute | Description |
---|---|
data-hover |
Applied when the trigger is hovered. |
data-focus-visible |
Applied when the trigger is focused. |
data-press |
Applied when the trigger is pressed. |
data-disabled |
Applied when the trigger is disabled. |
Attribute | Description |
---|---|
data-exit |
Applied when the dialog is closing. |
Data can be passed to the dialog using the NgpDialogManager
.
A drawer is a type of dialog that slides in from the side of the screen.
Adheres to the WAI-ARIA design pattern.
Copyright © 2025 Angular Primitives