@ViewChild('pop', { static: false }) pop: ElementRef; ... this.pop.nativeElement.show();. I get the following error... ERROR TypeError: Unable to get ...
確定! 回上一頁