We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d848669 commit 1ff738aCopy full SHA for 1ff738a
docs/angular/your-first-app/2-taking-photos.md
@@ -83,7 +83,7 @@ Outside of the `PhotoService` class definition (the very bottom of the file), cr
83
```tsx
84
export interface UserPhoto {
85
filepath: string;
86
- webviewPath: string;
+ webviewPath?: string;
87
}
88
```
89
0 commit comments