In my application, I have used modal popup of jquery.I have developed the ng-bootstrap modal pop using this link as reference.
I have a js file where button click event is handled.
If I place my button in app.component.html, the jquery event is fired when button is clicked. But if I put the same button on modal popup, the event is not fired.
I want the event to be fired when I click the button on modal popup as well.