populating a table with angular2 *ngFor?

前端 未结 2 448
广开言路
广开言路 2021-01-13 05:59

I\'m trying to populate a bootstrap styled table with information retrieved from a get request.

I am getting the information just fine, but it is not being output in

2条回答
  •  一生所求
    2021-01-13 06:35

    Try something like this adjustment:

    
      
    
    

    Then, eliminate the tags inside the component and make it attribute based `"[view-employee-list]". This way, the tag is part of the template wrapper.

提交回复
热议问题