chore: Quellcode der bestehenden Angular-Anwendung für die Entwicklung hinzugefügt.

This commit is contained in:
Developer 02
2024-08-05 16:41:22 +02:00
parent bb9f524648
commit 772a6af503
332 changed files with 38857 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<div class="DepartmentComponent">
<app-department-list
[dataSource]=departmentDataService.departmentList class="DepartmentListComponent"></app-department-list>
<app-department-detail
[departmentDetails]="departmentDataService.departmentList.focusedEntityShadowed"
class="DepartmentDetailsComponent"></app-department-detail>
</div>