This commit is contained in:
Peter Maquiran
2022-04-26 16:14:55 +01:00
parent 94d2b0d363
commit 90b53c2eaf
46 changed files with 44 additions and 111 deletions
@@ -9,7 +9,7 @@ import { FormControl, FormGroup, Validators } from '@angular/forms';
import { FileLoaderService } from 'src/app/services/file/file-loader.service'
import { FileToBase64Service } from 'src/app/services/file/file-to-base64.service';
import { ThemeService } from 'src/app/services/theme.service';
import { Camera, CameraResultType, CameraSource, Photo} from '@capacitor/camera';
import { Camera, CameraResultType, CameraSource} from '@capacitor/camera';
@Component({
selector: 'app-new-publication',
templateUrl: './new-publication.page.html',