I've found Angular 15 to be ignoring the iframe element. I've found the following existing example on stackblitz that is not working either. In both cases I've found the iframe element to be simply missing from the dom.
https://stackblitz.com/edit/angular-iframe-src?file=src/app/app.component.html
Is this a bug in Angular? Or both me and the example are missing something?