import { ViewChild } from '@angular/core' @Component({}) export class ExampleComponent { @ViewChild('myDiv') divReference } ...
確定! 回上一頁