File tree Expand file tree Collapse file tree
src/app/component/circular-heatmap Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ <h2>Nothing to show</h2>
9898 < p [innerHTML] ="taskDetails.dependsOn "> </ p >
9999 </ ng-template >
100100 </ mat-expansion-panel >
101+
101102 < mat-expansion-panel
102103 [expanded] ="true "
103104 *ngIf ="taskDetails.difficultyOfImplementation ">
@@ -118,6 +119,18 @@ <h2>Nothing to show</h2>
118119 </ p >
119120 </ ng-template >
120121 </ mat-expansion-panel >
122+ < mat-expansion-panel [expanded] ="true " *ngIf ="taskDetails.tags ">
123+ < mat-expansion-panel-header >
124+ < mat-panel-title >
125+ < b > Tags</ b >
126+ </ mat-panel-title >
127+ </ mat-expansion-panel-header >
128+ < ng-template matExpansionPanelContent >
129+ < ul *ngFor ="let tag of taskDetails.tags ">
130+ < li [innerHTML] ="tag "> </ li >
131+ </ ul >
132+ </ ng-template >
133+ </ mat-expansion-panel >
121134 < mat-expansion-panel
122135 [expanded] ="true "
123136 *ngIf ="taskDetails.references ">
You can’t perform that action at this time.
0 commit comments