Project

General

Profile

1
<div *ngIf="process?.processStatus?.name ==='Process Needs Capturing Verification' ">
2
  <iframe #iframe id="theIFrame" *ngIf="sanitizeUrl" style="width: 100%; height: 50%; min-height: 600px"
3
          [src]="sanitizeUrl"></iframe>
4
</div>
(1-1/4)