In my project, there is a structured hierarchy of components that includes:
Agent
task-list (utilizing the shared task-list-table component)
task-type (as a separate component)
preview-task (a modal component)
agent.component.html (where task-type, task-list, and preview-task are referenced)
Shared
task-list-table (contains a View button that should open a modal popup when clicked)
The issue I am facing is that clicking on the button does not trigger the modal popup to show. I followed the documentation provided in this link for angular-bootstrap-md: