nkoehler
Results
3
comments of
nkoehler
Will investigate this
Stuck as in won't move or how? More details if possible, browsers, and a stackblitz will help.
Would something like this work in the meantime? Change the video when the ended event has triggered. ```ts export class SampleComponent implements OnInit { @ViewChild('video') matVideo: MatVideoComponent; video: HTMLVideoElement; constructor(private...