Guest User

Untitled

a guest
Mar 21st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <!-- this works -->
  2. <p>
  3. iframe address : {{iFrameSrc}}
  4. </p>
  5.  
  6. <!--- this does not work -->
  7. <div class="embed-responsive embed-responsive-16by9">
  8. <iframe class="embed-responsive-item" [src]="iFrameSrc"></iframe>
  9. </div>
Add Comment
Please, Sign In to add comment