We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca4c52f commit 2f1bd38Copy full SHA for 2f1bd38
packages/cli/lib/PromptSession.ts
@@ -61,7 +61,7 @@ export class PromptSession extends BasePromptSession {
61
name: "framework",
62
message: "Choose framework:",
63
choices: this.getFrameworkNames(),
64
- default: "jQuery"
+ default: "Angular"
65
});
66
67
const framework = this.templateManager.getFrameworkByName(frameRes);
packages/core/prompt/BasePromptSession.ts
@@ -47,7 +47,7 @@ export abstract class BasePromptSession {
47
48
49
50
51
52
53
0 commit comments