Angular-CLI automatically generates files using dashes and dots from a component name written in UpperCamelCase like this:
components/MyCoolComponent -> components/my-cool/my-cool.component.ts
I suppose this follows the official styleguide but what if i want to change the way names are generated? Is there a smart way to configure this?