From 349cada9e6117280325533c86a1f810aa4b473be Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Thu, 7 Aug 2025 17:21:09 -0700 Subject: [PATCH] Add employee tracking for company --- .../src/app/pages/main/company/company.component.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/Client/src/app/pages/main/company/company.component.html b/src/Client/src/app/pages/main/company/company.component.html index 4ced237..086f32e 100644 --- a/src/Client/src/app/pages/main/company/company.component.html +++ b/src/Client/src/app/pages/main/company/company.component.html @@ -43,7 +43,15 @@

Employees

- + @for (listing of CompEmployees; track listing.id) { +
+
+

{{ listing.accountName }}

+
+ + +
+ }