That's because <ion-col> is not a ElementRef. You should have something like : @ViewChild('container', {read: ElementRef}) container: ...
確定! 回上一頁