I need to create a component without the folder. I am using Angular-Cli command ng g c testing to create the component. But, the command creates an folder wrapper f
You can create components anywhere inside the app folder without using commands
if you are using any IDE for development like Visual Studio Code or Atom. Use the new file icon or New File option from File Menu,
but I would suggest you use a folder structure for better maintenance