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
|
### type
|
||||||
|
|
||||||
Default: `Component`
|
Default: `component`
|
||||||
|
|
||||||
Type: `string`
|
Type: `string`
|
||||||
|
|
||||||
|
|||||||
@ -147,7 +147,7 @@ The file extension or preprocessor to use for style files, or 'none' to skip gen
|
|||||||
|
|
||||||
### type
|
### type
|
||||||
|
|
||||||
Default: `Component`
|
Default: `component`
|
||||||
|
|
||||||
Type: `string`
|
Type: `string`
|
||||||
|
|
||||||
|
|||||||
@ -147,7 +147,7 @@ The file extension or preprocessor to use for style files, or 'none' to skip gen
|
|||||||
|
|
||||||
### type
|
### type
|
||||||
|
|
||||||
Default: `Component`
|
Default: `component`
|
||||||
|
|
||||||
Type: `string`
|
Type: `string`
|
||||||
|
|
||||||
|
|||||||
@ -94,7 +94,7 @@
|
|||||||
"type": {
|
"type": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Adds a developer-defined type to the filename, in the format \"name.type.ts\".",
|
"description": "Adds a developer-defined type to the filename, in the format \"name.type.ts\".",
|
||||||
"default": "Component"
|
"default": "component"
|
||||||
},
|
},
|
||||||
"prefix": {
|
"prefix": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user