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 3e92899 commit 768582bCopy full SHA for 768582b
src/app/features/home/explore-tab/explore-tab/explore-tab.component.html
@@ -6,8 +6,14 @@
6
</div>
7
8
<ng-template #bubbleIframe>
9
- <iframe
10
- [src]="bubbleIframeUrlWithJWTToken$ | ngrxPush | safeResourceUrl"
11
- class="bubble-iframe"
12
- ></iframe>
+ <div
+ *ngIf="
+ bubbleIframeUrlWithJWTToken$ | ngrxPush as bubbleIframeUrlWithJWTToken
+ "
13
+ >
14
+ <iframe
15
+ [src]="bubbleIframeUrlWithJWTToken | safeResourceUrl"
16
+ class="bubble-iframe"
17
+ ></iframe>
18
+ </div>
19
</ng-template>
0 commit comments