import { ElementRef, Directive } from '@angular/core'; @Directive({ ... class BsButtonDirective { constructor(private el: ElementRef) { } }.
確定! 回上一頁