import { Component, ElementRef } from '@angular/core'; @Component({ selector: 'smart-input', template: ` <div [ngSwitch]="type"> <input type="text" ...
確定! 回上一頁