tags.component.html. <input type="text" [value]="inputValue" (input)="onInput($event.target.value)" /> <ul> <li *ngFor="let tag of ...
確定! 回上一頁