You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/@ionic/cli/src/commands/start.ts
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -512,17 +512,17 @@ Use the ${input(
512
512
constangularMode=awaitthis.env.prompt({
513
513
type:'list',
514
514
name:'standalone',
515
-
message:'Would you like to build your app withNgModules orStandalone Components? \n Standalone components area new way to build with Angular that simplifies the way you build your app. \n To learn more, visit the Angular docs:\n https://angular.io/guide/standalone-components\n\n',
515
+
message:'Would you like to build your app with Standalone Components or NgModules? \n Standalone components arethe default way to build with Angular that simplifies the way you build your app. \n To learn more, visit the Angular docs:\n https://angular.dev/guide/components\n\n',