0
bilalhaidar created
Hi,
Where are the associated css/js/ts files related to the Modal being used in the template? I am in need to change the width of the Modal and I not able to see where those files are.
Thanks
<div bsModal #viewModal="bs-modal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="viewModal"
aria-hidden="true" [config]="{backdrop: 'static'}">
2 Answer(s)
-
0
Hi @bilalhaidar,
We are using ngx-bootstrap, you can check it's documentation here <a class="postlink" href="https://valor-software.com/ngx-bootstrap/#/modals">https://valor-software.com/ngx-bootstrap/#/modals</a>, Optional sizes section.
-
0
Thanks a lot.