Styling Elements Dynamically with ngStyle
<p [ngStyle]="{backgroundColor: black}">{{ 'Server' }} with ID {{ serverId }} is {{ getServerStatus() }}</p>
<p [ngStyle]="{backgroundColor: black}">{{ 'Server' }} with ID {{ serverId }} is {{ getServerStatus() }}</p>