aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-forms/select/select-categories.component.html
blob: 2ec2f1264f1dff35ace7a05faf9cd420d0045eb8 (plain) (blame)
1
2
3
4
5
6
7
8
<my-select-checkbox-all
  [(ngModel)]="selectedCategories"
  (ngModelChange)="onModelChange()"
  [availableItems]="availableCategories"
  i18n-placeholder placeholder="Add a new category"
  [allGroupLabel]="allCategoriesGroup"
>
</my-select-checkbox-all>