material-community-components
material-community-components copied to clipboard
request(component) Confirm dialog/modal
Is there some functionality that you need that isn't handled by the Angular Material Dialog?
Hello @Splaktar
Angular Material Dialog works just fine. I only needed one additional component that can handle confirmation logic and is usable via a service and I thought this was the place for it. With Material Dialog I would have to add a component to my app, and implement layouting and event logic (and service), which might be a bit of a hassle for such a simple functionality that can easily be provided by a library.
@wilversings thank you for clarifying.