Disable click event outside of bootstrap modal area to close modal in angular

Source: https://stackoverflow.com/questions/47152988/disable-click-event-outside-of-bootstrap-modal-area-to-close-modal-in-angular-4

please add this config's in html. Hope it will help your problem.
<div bsModal #noticeModal="bs-modal" class="modal fade" tabindex="-1" role="dialog" 
    [config]="{backdrop: 'static',  keyboard: false}" 
    aria-labelledby="myLargeModalLabel"
    aria-hidden="true">

    <div class="modal-dialog modal-md">
        <div class="modal-content">
              Hello World
        </div>
    </div>
</div>

Không có nhận xét nào:

Cold Turkey Blocker

 https://superuser.com/questions/1366153/how-to-get-rid-of-cold-turkey-website-blocker-get-around-the-block Very old question, but still wan...