nxpm / stack

šŸ„­ nxpm-stack lets you generate a complete and opinionated full-stack application in a Nx Workspace, ready to extend and deploy!

Home Page:https://npm.im/@nxpm/stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The generated web application should have a dialog service

beeman opened this issue Ā· comments

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.