8 lines
350 B
HTML

<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>