@for (row of yearService.grid$ | async; track trackRowByFn($index)) {
@for (item of row; track trackYearByFn($index, item)) { }
}