a possible bug ?  dummy-work-around: ``` javascript // return CodeGenerator.create(ngOptions, cliOptions, program, host).codegen({ transitiveModules: true }); return CodeGenerator.create(ngOptions, cliOptions, program, host).codegen(); ```