File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
src/app/component/circular-heatmap Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,8 @@ <h2>Nothing to show</h2>
8282 </ mat-expansion-panel-header >
8383 < ng-template matExpansionPanelContent >
8484 < ul >
85- < li *ngFor ="let implement of activityDetails.implementation ">
85+ < li
86+ *ngFor ="let implement of activityDetails.implementation ">
8687 < a href ="{{ implement.url }} "> {{ implement.name }}</ a >
8788 </ li >
8889 </ ul >
@@ -114,7 +115,9 @@ <h2>Nothing to show</h2>
114115 Knowledge:
115116 {{ activityDetails.difficultyOfImplementation.knowledge }}
116117 </ p >
117- < p > Time: {{ activityDetails.difficultyOfImplementation.time }}</ p >
118+ < p >
119+ Time: {{ activityDetails.difficultyOfImplementation.time }}
120+ </ p >
118121 < p >
119122 Resources:
120123 {{ activityDetails.difficultyOfImplementation.resources }}
@@ -227,7 +230,7 @@ <h2>Nothing to show</h2>
227230 < mat-card-subtitle > {{ cardSubheader }}</ mat-card-subtitle >
228231 </ mat-card-title-group >
229232 < mat-card-content
230- *ngFor ="let activity of activitysData ; index as activityIndex ">
233+ *ngFor ="let activity of activityData ; index as activityIndex ">
231234 < mat-expansion-panel >
232235 < mat-expansion-panel-header >
233236 < mat-panel-title >
You can’t perform that action at this time.
0 commit comments