import { Component, OnInit, ViewChild, ElementRef } from '@angular/core'; ... @ViewChild('canvas', { static: true }) private elCanvas: ElementRef; ...
確定! 回上一頁