Angular2: render component without its wrapping tag October 3, 2023 by Tarik You can use attribute selectors @Component({ selector: '[myTd]' ... }) and then use it like <td myTd></td>