another way is to add key for tracking so that angular will mount and unmount internally:
@for (url of [item.url]; track url) { <iframe width="100%" height="100%" [src]="url"></iframe> }