We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
clientProject
1 parent a64f03b commit e523a48Copy full SHA for e523a48
packages/schematics/angular/app-shell/schema.json
@@ -8,7 +8,10 @@
8
"properties": {
9
"clientProject": {
10
"type": "string",
11
- "description": "The name of the related client app."
+ "description": "The name of the related client app.",
12
+ "$default": {
13
+ "$source": "projectName"
14
+ }
15
},
16
"universalProject": {
17
0 commit comments