Angular CLI: camelCase or kebab-case
Should Angular CLI options be in camel case or in kebab case?

Angular CLI supports options for commands. For example: ng build --prod

But, for these options should we use camelCase or kebab-case? Well, it turns out that the Angular CLI documentation is rather ambiguous about how you should write these command line options.

#javascript #angular #angular-cli #camel-case #js

Angular CLI: camelCase or kebab-case
4.20 GEEK