Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/schematics/angular/component/schema.json
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
},
"name": {
"type": "string",
"description": "The name of the component.",
"description": "The name of the component. The CLI creates a folder with provided name and creates component files inside the folder. The component selector uses {prexix}-{componentname} format. For new Angular apps {prefix} value is app.",
"$default": {
"$source": "argv",
"index": 0
2 changes: 1 addition & 1 deletion packages/schematics/angular/service/schema.json
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
"properties": {
"name": {
"type": "string",
"description": "The name of the service.",
"description": "The name of the service. The CLI creates a service and spec files, the files are generated inside src folder if path is not provided.",
"$default": {
"$source": "argv",
"index": 0