siemens / ix

Siemens Industrial Experience is a design system for designers and developers, to consistently create the perfect digital experience for industrial software products.
https://ix.siemens.io/
MIT License
174 stars 62 forks source link

documentation of modals #1365

Open IngoSternberg opened 2 days ago

IngoSternberg commented 2 days ago

Prerequisites

Suggestion / feature request

This is regarding the modal page.

It would be nice in the Angular modal-by-instance.ts example to also show how to use the value from the modal. A simple example that sets a boolean cancelled to true or false depending on if the Modal was dismissed(instance.onDismiss()) or closed(instance.onClose()) would be enough.