tiaguinho / material-community-components

:panda_face: Angular Material Components created from the community
https://tiaguinho.github.io/material-community-components
MIT License
324 stars 50 forks source link

request(component) Confirm dialog/modal #72

Open wilversings opened 5 years ago

Splaktar commented 5 years ago

Is there some functionality that you need that isn't handled by the Angular Material Dialog?

wilversings commented 5 years ago

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.

Splaktar commented 5 years ago

@wilversings thank you for clarifying.