AUR0903
Invalid Dialog Settings. You must provide either "component" or "template" or both.
Error message
Parameters
Error explanation
Common causes
How to fix
// Example using component dialogService.open({ component: () => MyDialogComponent }); // Example using template dialogService.open({ template: '<div>My Dialog Content</div>' }); // Example using both dialogService.open({ component: () => MyDialogViewModel, template: myDialogTemplate });
Debugging tips
Last updated
Was this helpful?