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 45957b4 commit d954a3dCopy full SHA for d954a3d
docs/angular/your-first-app/3-saving-photos.md
@@ -51,7 +51,7 @@ import { Preferences } from '@capacitor/preferences';
51
})
52
export class PhotoService {
53
public photos: UserPhoto[] = [];
54
-dd
+
55
public async addNewToGallery() {
56
// Take a photo
57
const capturedPhoto = await Camera.getPhoto({
0 commit comments