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