Display youtbe video url from my server to ionic app

hello, iam trying to display my data, the text is displaying but the video url is not showing,how can if show it in my ionic app check position at incident.video_url its not working

<ion-item *ngFor=“let incident of incidents” style=“background-color:#efeaea;” text-wrap >

  <!-- <img [src]="post.data.id" /> -->

  <!-- test for the feeds -->
  <div class="card">
      <ion-item>
          <div class="video-container">
              <iframe src="{{ **incident.video_url**}}" frameborder="0" width="560" height="315"></iframe>
          </div>
      </ion-item>
  </div>

I think this video will be usefull for you:

thanks let me try it

big thanks, it works like cham wow

You are welcome @wandie .

If you want, mark my reply as a solution.

:wink: :+1: