boutons 'tout (dé)sélectionner' pour les pages popularity
This commit is contained in:
parent
ad0397e8ad
commit
dab2748079
4 changed files with 26 additions and 6 deletions
|
|
@ -294,4 +294,15 @@ export class PagesPopularityComponent implements OnInit
|
|||
return tabDate;
|
||||
}
|
||||
|
||||
|
||||
onSelectAll(): void
|
||||
{
|
||||
this.formControl = new FormControl(this.allCoupleNameViews);
|
||||
}
|
||||
|
||||
onDeSelectAll(): void
|
||||
{
|
||||
this.formControl = new FormControl([]);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue