docs(angular): fix the description of the standalone components option (#14950)
This commit is contained in:
parent
032efc2cfb
commit
041121e420
@ -30,7 +30,7 @@
|
||||
"description": "Npm scope for importing libs."
|
||||
},
|
||||
"standaloneApi": {
|
||||
"description": "Use the Standalone APIs if generating an Angular application.",
|
||||
"description": "Use Standalone Components if generating an Angular application.",
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
|
||||
@ -54,7 +54,7 @@
|
||||
}
|
||||
},
|
||||
"standaloneApi": {
|
||||
"description": "Use the Standalone APIs if generating an Angular application.",
|
||||
"description": "Use Standalone Components if generating an Angular application.",
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
"description": "Npm scope for importing libs."
|
||||
},
|
||||
"standaloneApi": {
|
||||
"description": "Use the Standalone APIs if generating an Angular application.",
|
||||
"description": "Use Standalone Components if generating an Angular application.",
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
}
|
||||
},
|
||||
"standaloneApi": {
|
||||
"description": "Use the Standalone APIs if generating an Angular application.",
|
||||
"description": "Use Standalone Components if generating an Angular application.",
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user