@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) {
}
@for (config of actionConfig; track config.formControlName) {
{{ config.title | translate }}
}
@if(mobileActionFormGroup.get('type').value) {
@for (config of commonActionConfig; track config.formControlName) {