Struggling to modify a modal using a component as content, but unable to get it working. The only thing showing is the backdrop, with the modal nowhere to be seen. Take a look at this modified stackblitz code for more insight.
Essentially, I'm aiming to adjust the width of the modal. The guide suggests passing the content template reference, as outlined in this section. However, in my scenario, I'm not passing a TemplateRef but rather a Component.