You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ngAfterViewInit() {
this.video.pause();
}
Above code works to access single instance of fbvideoComponent. How to do it for multiple instances ??
Please help. I tried a few things but they only access first instance. I don't understand what am i missing.
The text was updated successfully, but these errors were encountered:
@ViewChild(FBVideoComponent) video: FBVideoComponent;
ngAfterViewInit() {
this.video.pause();
}
Above code works to access single instance of fbvideoComponent. How to do it for multiple instances ??
Please help. I tried a few things but they only access first instance. I don't understand what am i missing.
The text was updated successfully, but these errors were encountered: