Angular2 Table Row component on Chrome displays in single column

后端 未结 2 635
一生所求
一生所求 2021-01-22 18:01

Versions in use:

  • Angular 2.0.1
  • angular-cli 1.0.0-beta.17

I have a page that is broken into 3 components. The page outline, a table whi

2条回答
  •  耶瑟儿~
    2021-01-22 18:42

    Using a selector: 'tr[row-component]' in RowComponent would allow you to render

    This is rendered correctly both on Chrome and IE.

提交回复
热议问题