style employee list (#6)

Co-authored-by: Phan Huy Tran <p.tran@neusta.de>
Reviewed-on: #6
Co-authored-by: Jan-Marlon Leibl <jleibl@proton.me>
Co-committed-by: Jan-Marlon Leibl <jleibl@proton.me>
This commit is contained in:
2024-12-18 12:00:26 +00:00
committed by Hernd Beidemann
parent 725fbff5e5
commit e4f811bdae
11 changed files with 264 additions and 21 deletions

View File

@ -10,5 +10,5 @@ import {RouterOutlet} from '@angular/router';
styleUrl: './app.component.css'
})
export class AppComponent {
title = 'lf10StarterNew';
title = 'Employee Management System';
}