Angular 6 modal, increasing the width of the modal when used as a separate component
问题 Similar questions have been asked before but I can't seem to apply their solution to this specific use case. I'm trying to increase the width of my modal window, the most common solutions are to encase the content in a <div class="modal-dialog"></div> However, when I try this solution the modal becomes completely unresponsive, the formatting gets strange and the buttons stop working. I used this ng-bootstrap guide for making the component and my desired end-result is a 90% width modal window