Cilibiu Bogdan
Results
1
comments of
Cilibiu Bogdan
My workaround was to subscribe to a rxjs `Subject` in `OnInit` hook of the dialog to execute `close()`. `subject.next()` then will be fired once the whatever operation is complete