### 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) .