{{ 'ASSIGN_COURSE' | translate }}
@for (course of courseList; track course.id) { {{ course.name }} } @if (courseList.length == 0) { {{ "NO_RECORDS" | translate }} } @if (companyCourseForm.get('courseId')?.errors?.['required'] && companyCourseForm.get('courseId')?.touched) { {{ 'COURSE_IS_REQUIRED' | translate }} }
{{ 'ASSIGN_TO_ALL_EMPLOYEE' | translate }}
{{ 'FIRST_NAME' | translate }} {{ employee.firstName }} {{ 'LAST_NAME' | translate }} {{ employee.lastName }} {{ 'EMAIL' | translate }} {{ employee.email }}
{{ 'NO_DATA_FOUND' | translate }}