shlomiassaf / ngx-modialog

Modal / Dialog for Angular
http://shlomiassaf.github.io/ngx-modialog
MIT License
686 stars 242 forks source link

Exceptions are swallowed inside modal #355

Closed nastakhov closed 7 years ago

nastakhov commented 7 years ago

Did someone experience behavior when exceptions are swallowed inside modal dialog ? Like when:

ngOnInit() { throw 'test'; }

I see no errors in chrome Console tab. Next time I click button to open dialog it simply doesn't open, console tab is empty.

Angular: 4.0.3, angular2-modal: "2.0.3"

There are no .catch() blocks. No global exception handlers

nastakhov commented 7 years ago

Fixed by upgrading zone.js to "0.8.10"