Ionic angular 4 project understanding

By no means is this an official recommendation, just my personal opinion.

I would recommend not using the generators at all, and instead adding your component to the app module, eliminating the components module entirely. If you are interested in the reasoning behind this stance, read this thread.