1

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?

1
  • At the moment this is not possible. Commented Aug 9, 2016 at 15:51

1 Answer 1

1

Currently it is not the supported. You can see the discussion here - https://github.com/angular/angular-cli/issues/208

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.