goetzrobin / spartan

Cutting-edge tools powering Angular full-stack development.
https://spartan.ng
MIT License
1.42k stars 152 forks source link

fix(dialog): fix stateChanged event (#100) #101

Closed rpacheco124 closed 9 months ago

rpacheco124 commented 9 months ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

Which package are you modifying?

What is the current behavior?

I added the EventEmitter stateChange to the BrnDialogService service. Additionally, I included the stateChanged output in the BrnDialogComponent component. With these changes, I resolved the error reported in #100 .

Closes #

What is the new behavior?

Does this PR introduce a breaking change?

Other information

rpacheco124 commented 9 months ago

Add tests

rpacheco124 commented 9 months ago

Hi, one question, something more is missing on my part to approve this pull-request