angular2-ng2-bootstrap-alert-confirm
Angular 2 alert and confirm dialogs with promise-like API popupService.alert(βStuff happened?β).ok(/* do stuff when dialog closes */); popupService.confirm(βReally?β).ok(/* do positive stuff */).cancel(/* do negative stuff */);