import { Component, Input } from '@angular/core'; @Component({ selector: 'my-icon', template: ` <svg xmlns="http://www.w3.org/2000/svg" ...
確定! 回上一頁