File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " planet" ,
33 "license" : " AGPL-3.0" ,
4- "version" : " 0.20.63 " ,
4+ "version" : " 0.20.64 " ,
55 "myplanet" : {
6- "latest" : " v0.36.36 " ,
7- "min" : " v0.35.36 "
6+ "latest" : " v0.36.37 " ,
7+ "min" : " v0.35.37 "
88 },
99 "scripts" : {
1010 "ng" : " ng" ,
Original file line number Diff line number Diff line change @@ -235,11 +235,11 @@ <h4 i18n>Members ({{members.length}})</h4>
235235 </ div >
236236 </ ng-template >
237237 </ mat-tab >
238- < mat-tab i18n-label label ="Surveys ">
238+ < mat-tab #surveysTab i18n-label label ="Surveys ">
239239 < ng-template mat-tab-label >
240- < ng-container i18n > Surveys</ ng-container > ({{surveysCount}})
240+ < ng-container i18n > Surveys</ ng-container > < span *ngIf =" surveysTab.isActive " > ({{surveysCount}})</ span >
241241 </ ng-template >
242- < planet-surveys [teamId] ="teamId " (surveyCount) ="surveysCount = $event "> </ planet-surveys >
242+ < planet-surveys *ngIf =" surveysTab.isActive " [teamId] ="teamId " (surveyCount) ="surveysCount = $event "> </ planet-surveys >
243243 </ mat-tab >
244244 </ ng-container >
245245 </ mat-tab-group >
You can’t perform that action at this time.
0 commit comments