top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

In Angular CLI, How to create a component without folder?

0 votes
872 views
In Angular CLI, How to create a component without folder?
posted May 13, 2018 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Using Flat option we can create component without a folder.

ng generate component compName --flat
answer May 20, 2018 by Manish Tiwari
...