From b144d90bed6092525eeb9de0baff088c44afc78f Mon Sep 17 00:00:00 2001 From: mashfiq Date: Tue, 2 Sep 2025 13:25:37 +0600 Subject: [PATCH] emp life style status color --- .../life-cycle-entry/life-cycle-entry.component.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HRM.UI/ClientApp/src/app/payroll/career-and-profile/life-cycle-entry/life-cycle-entry.component.html b/HRM.UI/ClientApp/src/app/payroll/career-and-profile/life-cycle-entry/life-cycle-entry.component.html index a92a9ed..7cc1b81 100644 --- a/HRM.UI/ClientApp/src/app/payroll/career-and-profile/life-cycle-entry/life-cycle-entry.component.html +++ b/HRM.UI/ClientApp/src/app/payroll/career-and-profile/life-cycle-entry/life-cycle-entry.component.html @@ -80,7 +80,9 @@
:
+ [ngStyle]="{ color: _statusString === 'Discontinued' ? 'red' : (_statusString === 'Live' ? 'green' : 'black'), + fontWeight: (_statusString !== 'Discontinued' && _statusString !== 'Live') ? 'normal' : 'bold' + }"> {{ _statusString }}