import {Directive, ElementRef, Renderer} from '@angular/core'; @Directive({ selector: '[styled]', }) export class StyledDirective { constructor(public el: ...
確定! 回上一頁