Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

379
Views
¿Cómo corregir el error en la carga de iframe en Angular?

Tengo este iframe en mi mini proyecto angular.

 <div class="playerWrap"> <div id="background-video" class="bg-image" [style.background]="'url(' + serverApiUrl + thumbnail + ')'"> <iframe id="iframe-id" [ngClass]="isShow ? 'd-none' : 'd-block'" width="295" height="222" [src]="currentUrl | safeUrl" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen> </iframe> <a class="play-btn" *ngIf="isShow" (click)="loadIframe()">Play Button</a> </div> </div>
 loadIframe() { this.isShow = false; this.currentUrl = this.iframeUrl + '?autoplay=1' console.log(this.currentUrl); }

pero al cargar iframe me sale este error

about 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!