-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
needs: more infoReporter must clarify the issueReporter must clarify the issue
Description
🐞 Bug report
Command (mark with an x)
- new
- build
- serve
- test
- e2e
- generate
- add
- update
- lint
- xi18n
- run
- config
- help
- version
- doc
Description
When I use ng g component com1 command and then
G:\ProjectData\WebstormProjects\AngularTest>ng g component com1
CREATE src/app/com1/com1.component.html (19 bytes)
CREATE src/app/com1/com1.component.spec.ts (614 bytes)
CREATE src/app/com1/com1.component.ts (267 bytes)
CREATE src/app/com1/com1.component.css (0 bytes)
UPDATE src/app/app.module.ts (472 bytes)But something went wrong when I open com1.component.ts file.
And file property:
Using other component names does not cause this state
🌍 Your Environment
"@angular/cli": "~9.0.5",Metadata
Metadata
Assignees
Labels
needs: more infoReporter must clarify the issueReporter must clarify the issue

