Variable de unión con TD en el sitio angular: stackoverflow.com

<td contentEditable="true" [textContent]="test" (input)="test=$event.target.textContent">{{test}}</td>
Nutty Nightingale