nebular icon indicating copy to clipboard operation
nebular copied to clipboard

feat(NbDialogService): support passing values to input/model signals

Open junglerobba opened this issue 9 months ago • 2 comments

This makes an exception for input and model signals in the DialogConfig context, so the typehint will show as the type of the signal's value, but internally it will create a signal with the passed value. Technically these will just be readonly signals instead of input or model signals, but since components used as a dialog do not support regular outputs anyway, it should not matter. When used in a regular context the input signal will not be overwritten and work as usual.

Please read and mark the following check list before creating a pull request:

Short description of what this resolves:

closes https://github.com/akveo/nebular/issues/3256 (I would not classify this as a bug but a missing feature instead)

junglerobba avatar Jan 31 '25 09:01 junglerobba