fix(angular): scam component default type as lowercase (#8160)

This commit is contained in:
Colum Ferry 2021-12-14 11:09:16 +00:00 committed by GitHub
parent a23284e9ce
commit bc8dda6c44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -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`

View File

@ -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`

View File

@ -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`

View File

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