It seems that when I used angular cli to generate components, services etc.by this command and name of component
ng g component myApp
It generate component folder and other files such as
my-app.component.ts
instead myapp.component.ts
My question is: Is there any command to generate components, services, etc. with camelCase names.
I researched for it, but nothing worked.