@for (entry of visibleExperience(); track entry.key; let i = $index) {
@if (isFirstRoleAtCompany(i)) {
{{ (entry.key + '.COMPANY') | translate }}
} @else {
}
{{ (entry.key + '.ROLE') | translate }}
{{ (entry.key + '.TIME') | translate }}
@for (highlight of highlightKeys(entry); track highlight) {
- {{ highlight | translate }}
}
@if (isLastRoleAtCompany(i) && !$last) {
}