chore: Quellcode der bestehenden Angular-Anwendung für die Entwicklung hinzugefügt.
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user