@for(i of userService.getCurentUsers(); track i){

Profil

{{ i.firstName }} {{ i.lastName }}

@if (i.status) {

Aktiv

} @else {

Offline

}
}