There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
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 */);