in previous versions i have just been able to generate a new component like this...
ng g c modules/update-tables/containers/users-container
Error: More than one module matches. Use skip-import option to skip importing the component into the closest module.
then i tried...
ng g c containers/users-container --module=update-tables
Error: Specified module does not exist
then i tried...
ng g c containers/users-container --module UpdateTablesModule
Error: Specified module does not exist