Skip to content

Ng generate [filetype] camelCaseFileName generates filestructure with dashes #6705

@LmKupke

Description

@LmKupke

Bug Report or Feature Request (mark with an x)

- [ ] bug report -> please search issues before submitting
- [X ] feature request

If nothing, output from: node --version and npm --version.
Windows (10).

Repro steps.

ng generate component helloTest
|_ app/src/hello-test/hello-test.component.ts

Desired functionality.

What would like to see implemented?

  • I would like to see the file structure and fileName reflect what the component is called.
    What is the usecase?
  • Large scale companies like to keep the naming construction the same as their existing platform and use camelcase or pascalcase (HelloTest) .

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions