import {AfterViewInit, Component, Directive, ViewChild} from '@angular/core'; ... @ViewChild(ChildDirective, {static: true}) child: ChildDirective; ...
確定! 回上一頁