fix(angular): scam component default type as lowercase (#8160)
This commit is contained in:
parent
a23284e9ce
commit
bc8dda6c44
@ -147,7 +147,7 @@ The file extension or preprocessor to use for style files, or 'none' to skip gen
|
||||
|
||||
### type
|
||||
|
||||
Default: `Component`
|
||||
Default: `component`
|
||||
|
||||
Type: `string`
|
||||
|
||||
|
||||
@ -147,7 +147,7 @@ The file extension or preprocessor to use for style files, or 'none' to skip gen
|
||||
|
||||
### type
|
||||
|
||||
Default: `Component`
|
||||
Default: `component`
|
||||
|
||||
Type: `string`
|
||||
|
||||
|
||||
@ -147,7 +147,7 @@ The file extension or preprocessor to use for style files, or 'none' to skip gen
|
||||
|
||||
### type
|
||||
|
||||
Default: `Component`
|
||||
Default: `component`
|
||||
|
||||
Type: `string`
|
||||
|
||||
|
||||
@ -94,7 +94,7 @@
|
||||
"type": {
|
||||
"type": "string",
|
||||
"description": "Adds a developer-defined type to the filename, in the format \"name.type.ts\".",
|
||||
"default": "Component"
|
||||
"default": "component"
|
||||
},
|
||||
"prefix": {
|
||||
"type": "string",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user