Base solution for your next web application
Open Closed

Modal Popup: Angular 2/ASP.NET Core #4043


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.

  • User Avatar
    0
    bilalhaidar created

    Thanks a lot.