My project was created using Visual Studio Community 2017 and it creates 3 separated modules: app.browser.module, app.server.module and app.shared.module
In order to create my components I checked above answers and found my module to be app.shared.module.
So, I run:
ng g c componentName --module=app.shared.module