Could not find ngModule can be solved by passing --module=
There are multiple ways to fix this issue one among them is as follows,
ng g c components/list-template --module=modules/app.module.ts
For other options with respect to generate component is here https://angular.io/cli/generate#component