We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5fc22 commit b6dd83aCopy full SHA for b6dd83a
docs/angular/your-first-app/5-adding-mobile.md
@@ -38,7 +38,7 @@ private async readAsBase64(photo: Photo) {
38
if (this.platform.is('hybrid')) {
39
// Read the file into base64 format
40
const file = await Filesystem.readFile({
41
- path: photo.path
+ path: photo.path!
42
});
43
44
return file.data;
0 commit comments