--flat
-> generate in top level of project?--module=[module]
-> the declaring module--dry-run
-> show files to be created without creating them
ng generate component [name of component]
- ex (subfolder):
ng g c core/footer
--style=[css|scss|sass|less|styl]
--export
-> declaring module will export this component