Skip to content

Commit 3e77409

Browse files
docs(angular): remove link to ngFor docs
Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com>
1 parent ae805bb commit 3e77409

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/angular/your-first-app/2-taking-photos.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,6 @@ Next, move over to `tab2.page.html` so we can display the image on the screen. A
238238
</ion-content>
239239
```
240240

241-
:::note
242-
Learn more about the [ngFor core directive](https://blog.angular-university.io/angular-2-ngfor/).
243-
:::
244-
245241
Save all files. Within the web browser, click the Camera button and take another photo. This time, the photo is displayed in the Photo Gallery!
246242

247243
Up next, we’ll add support for saving the photos to the filesystem, so they can be retrieved and displayed in our app at a later time.

0 commit comments

Comments
 (0)