From 46b3699085d654a244bdf1b59ab0f0fbbf40d020 Mon Sep 17 00:00:00 2001 From: Maria Hutt Date: Tue, 30 Jan 2024 14:38:37 -0800 Subject: [PATCH] docs(angular): use ngmodules for the first app --- docs/angular/your-first-app.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/angular/your-first-app.md b/docs/angular/your-first-app.md index 673734cfa84..b876e2f66c4 100644 --- a/docs/angular/your-first-app.md +++ b/docs/angular/your-first-app.md @@ -77,6 +77,12 @@ Next, create an Ionic Angular app that uses the “Tabs” starter template and ionic start photo-gallery tabs --type=angular --capacitor ``` +:::note + +When prompted to choose between `NgModules` and `Standalone`, opt for `NgModules` as this tutorial follows the `NgModules` approach. + +::: + 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! Next, change into the app folder: