application-select/application-select.component.ts
| changeDetection | ChangeDetectionStrategy.OnPush |
| providers |
)
|
| selector | c8y-application-select |
| imports |
C8yTranslatePipe
|
| templateUrl | ./application-select.component.html |
SelectComponent
FormsModule
C8yTranslatePipe
)
OnInit
ControlValueAccessor
<c8y-select
name="applicationSelect"
[items]="availableApps()"
[multi]="true"
[filterItems]="true"
[disabled]="isDisabled()"
[placeholder]="placeholder | translate"
[(ngModel)]="selectedApps"
(ngModelChange)="onSelectionChange()"
></c8y-select>