Skip to content

Commit d52b805

Browse files
authored
docs(angular): use ngmodules for the first app (#3417)
1 parent 0457465 commit d52b805

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/angular/your-first-app.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ Next, create an Ionic Angular app that uses the “Tabs” starter template and
7777
ionic start photo-gallery tabs --type=angular --capacitor
7878
```
7979

80+
:::note
81+
82+
When prompted to choose between `NgModules` and `Standalone`, opt for `NgModules` as this tutorial follows the `NgModules` approach.
83+
84+
:::
85+
8086
This starter project comes complete with three pre-built pages and best practices for Ionic development. With common building blocks already in place, we can add more features easily!
8187

8288
Next, change into the app folder:

0 commit comments

Comments
 (0)