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
If you use an attribute selector instead and change the view to only create the columns td inside that template.
td
Name
view-employee-list component
selector: '[view-employee-list]' template: '{{employee.name}}'