docs(angular): fix the description of the standalone components option (#14950)

This commit is contained in:
Colum Ferry 2023-02-14 16:16:30 +00:00 committed by GitHub
parent 032efc2cfb
commit 041121e420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -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
},

View File

@ -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
},

View File

@ -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
},

View File

@ -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
},