It’s any way to create component with cli to select the files of generate component? Or it can only set in the template in editors.
Sometimes, I need to create a simple component and i want to create a standalone component with one ts file,
However, when i use ng g c --standalone AComponent
, It will create html, scss, spec, ts
four file;
1