mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 14:05:12 +00:00
Implement iframe reload on deployment
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
<app-web *ngIf="!iframeUrl"></app-web>
|
||||
<div *ngIf="iframeUrl" class="iframe-container">
|
||||
<iframe class="iframe"
|
||||
#webiframe
|
||||
scrolling="yes"
|
||||
frameborder="0"
|
||||
[src]="iframeUrl | safe">
|
||||
|
Reference in New Issue
Block a user