{{ qualification.skill }} Developers

@if (employees$ | async; as employees) { @if (employees.length === 0) {
person_off

No employees found with this qualification.

} @else {
@for (employee of employees; track employee.id) { }
} }