Trying to setup DataTable from PrimeNG. I get the response back from the API like this
[{"firstName":"Mop","lastName":"Top","eId":"aaa123","tech":"AWS"},{"firstName":"Hey","lastName":"Arnold","eId":"hfg456","tech":"AWS"},{"firstName":"Hom","lastName":"Mom","eId":"abf654","tech":"AWS"}]
It seems I might be using ngFor
wrong because it does not load the array to the table ? There is no error in the console so I'm not sure exactly I'm doing wrong.
Yes I know Datatable is deprecated but I could not get TableModule
to import :(