angular cli - Renaming generated component/pipe -


is there simple way rename generated component/pipe.

suppose have generated component/pipe. rename later.

eg:

ng rename componentname newcomponentname 

currently cli not supporting feature, is 1 of most wanted features in angular cli.

so right have manually rename components/pipes/etc if check comment, 1 created custom tool having functional looking for, haven't try tool yet, not sure if enough.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -