Skip to content

Commit

Permalink
#2004 - extended the summary to include average in Educational material
Browse files Browse the repository at this point in the history
  • Loading branch information
Brajesh Kumar authored and Brajesh Kumar committed Oct 6, 2023
1 parent e2a4410 commit 4657bc8
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ import { RouteData } from "app/core/config/dynamic-routing/view-config.interface
@Component({
selector: "app-educational-material",
templateUrl: "./educational-material.component.html",
imports: [EntitySubrecordComponent,NgIf,NgFor],
imports: [
EntitySubrecordComponent,
NgIf,
NgFor
],
standalone: true,
})
export class EducationalMaterialComponent implements OnInit {
Expand Down Expand Up @@ -110,7 +114,7 @@ export class EducationalMaterialComponent implements OnInit {
labelData.sum += amount;
}
}

const summaryArray: string[] = [];
const avgSummaryArray: string[] = [];

Expand Down

0 comments on commit 4657bc8

Please sign in to comment.