Angular Queries: How to enable and disable modal.
Introduction
here we have used the bootstrap modal and we are enabling the model when a button is clicked and then disabling the model when button is clicked.
enable the modal:
data-toggle="modal" data-target="#exportExcelModal"
disable modal
data-di...
hashcodehub.hashnode.dev2 min read