nxpm / stack

🥭 nxpm-stack lets you generate a complete and opinionated full-stack application in a Nx Workspace, ready to extend and deploy!
https://npm.im/@nxpm/stack
MIT License
108 stars 14 forks source link

The generated web application should have a dialog service #83

Open beeman opened 3 years ago

beeman commented 3 years ago

Expected Behavior

The web application has a dialog service

Current Behavior

The web application does not have a dialog service

Possible Solution

The service should be created in a library web/ui/dialog and expose a UiDialogService that has at least a openComponent(), openForm(), confirm() and alert() method.