Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcea5728

Browse files
fix(angular): change default project type to Standalone (#5104)
Co-authored-by: Brandy Smith <6577830+brandyscarney@users.noreply.github.com>
1 parentfbeac60 commitcea5728

File tree

1 file changed

+6
-6
lines changed
  • packages/@ionic/cli/src/commands

1 file changed

+6
-6
lines changed

‎packages/@ionic/cli/src/commands/start.ts‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -512,17 +512,17 @@ Use the ${input(
512512
constangularMode=awaitthis.env.prompt({
513513
type:'list',
514514
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',
516516
choices:()=>[
517-
{
518-
name:'NgModules',
519-
short:'NgModules',
520-
value:'ngModules',
521-
},
522517
{
523518
name:'Standalone',
524519
short:'Standalone',
525520
value:'standalone',
521+
},
522+
{
523+
name:'NgModules',
524+
short:'NgModules',
525+
value:'ngModules',
526526
}
527527
],
528528
});

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp