material-community-components icon indicating copy to clipboard operation
material-community-components copied to clipboard

request(component) Confirm dialog/modal

Open wilversings opened this issue 6 years ago • 3 comments

wilversings avatar Dec 17 '18 16:12 wilversings

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

Splaktar avatar Jan 13 '19 03:01 Splaktar

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 avatar Jan 14 '19 19:01 wilversings

@wilversings thank you for clarifying.

Splaktar avatar Jan 15 '19 00:01 Splaktar