{{ 'widget-action.mobile.action-type' | translate }}*
@for (actionType of mobileActionTypes; track actionType) { {{ mobileActionTypeTranslations.get(mobileActionType[actionType]) | translate }} } @if (mobileActionFormGroup.get('type').hasError('required') && mobileActionFormGroup.get('type').touched) { warning }
@if (mobileActionFormGroup.get('type').value === mobileActionType.takePhoto || mobileActionFormGroup.get('type').value === mobileActionType.takePictureFromGallery || mobileActionFormGroup.get('type').value === mobileActionType.takeScreenshot) {
{{ 'widget-action.mobile.save-to-gallery' | translate }}
} @if (mobileActionFormGroup.get('type').value === mobileActionType.deviceProvision) {
{{ 'widget-action.mobile.provision-type' | translate }}*
@for (type of provisionTypes; track type) { {{ provisionTypeTranslationMap.get(type) | translate }} }
} @for (config of actionConfig; track config.formControlName) {
{{ config.title | translate }}
}
@if(mobileActionFormGroup.get('type').value) { @for (config of commonActionConfig; track config.formControlName) {
{{ config.title | translate }}
} }