You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Missing this import: import { DialogService, DynamicDialogRef } from 'primeng/dynamicdialog';
Furthermore, we should consider including the usage of DynamicDialogConfig, and showcase data passing from the calling component to the dialog component. (Arised: https://github.com/orgs/primefaces/discussions/2615)
Environment
Reproducer
No response
Angular version
18
PrimeNG version
17.18.9
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
The provided example would not build on Stackblitz:
https://primeng.org/dynamicdialog#example
Missing this import: import { DialogService, DynamicDialogRef } from 'primeng/dynamicdialog';
Furthermore, we should consider including the usage of DynamicDialogConfig, and showcase data passing from the calling component to the dialog component. (Arised: https://github.com/orgs/primefaces/discussions/2615)
Environment
Reproducer
No response
Angular version
18
PrimeNG version
17.18.9
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: