import { Directive, ElementRef, Renderer2 } from '@angular/core'; @Directive({ selector: '[myDirective]', }) export class MyDirective ...
確定! 回上一頁