openvidu-components: Implements AfterViewInit in prejoin component
This commit is contained in:
parent
ac5700cd95
commit
bba03ec8a0
@ -1,4 +1,4 @@
|
||||
import { Component, HostListener, OnDestroy, OnInit, Output, EventEmitter, ViewChild } from '@angular/core';
|
||||
import { Component, HostListener, OnDestroy, OnInit, Output, EventEmitter, ViewChild, AfterViewInit } from '@angular/core';
|
||||
import { MatMenuTrigger } from '@angular/material/menu';
|
||||
import { MatSelect } from '@angular/material/select';
|
||||
|
||||
@ -28,7 +28,7 @@ import { VirtualBackgroundService } from '../../services/virtual-background/virt
|
||||
templateUrl: './pre-join.component.html',
|
||||
styleUrls: ['./pre-join.component.css']
|
||||
})
|
||||
export class PreJoinComponent implements OnInit, OnDestroy {
|
||||
export class PreJoinComponent implements OnInit, OnDestroy, AfterViewInit {
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user