Closed
Description
Provided I'm doing this correctly, I've set the modal's config to:
<div bimodal #myModal="bs-modal" class="modal fade" [config]="{ keyboard: false, backdrop: false }" aria-labelledby="myLargeModalLabel" aria-hidden="true"> ... </div>
However this does not prevent the modal from closing when clicking outside of the modal.