2

Suppose I create a component with a certain name, let's say 'Car', and I want to change its name to 'Bicycle', meaning that the file names that create this component will be changes and so does the name of the class and the imports used in the current code, is there any "quick" way to do it by CLI ?

CrazySynthax
  • 13,662
  • 34
  • 99
  • 183

2 Answers2

0

Cli is not meant for such task. If you want support for this you can look into Webstorm IDE

Julian
  • 609
  • 3
  • 7
0

Cli doesn't support such feature you can go for an IDE.

If you want to know how can you acheive this you can refer my previous answer

How to rename a component in Angular CLI

SAMUEL
  • 8,098
  • 3
  • 42
  • 42