export class TooltipComponent implements OnInit { top : string; @ViewChild(TooltipContainerDirective, { read: ElementRef }) private tooltipContainer; }
確定! 回上一頁