We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 768582b commit f4b92e4Copy full SHA for f4b92e4
src/app/features/home/details/details.page.html
@@ -55,7 +55,9 @@
55
"
56
>
57
<div class="slide">
58
- <iframe [src]="iframeUrlWithJWTToken$ | ngrxPush"></iframe>
+ <div *ngIf="iframeUrlWithJWTToken$ | ngrxPush as iframeUrlWithJWTToken">
59
+ <iframe [src]="iframeUrlWithJWTToken"></iframe>
60
+ </div>
61
</div>
62
</ng-template>
63
</swiper>
0 commit comments