When i execute the ng s --open
command, I am getting the browser console error. but there is no errors in the node terminal
Uncaught TypeError: Cannot read property 'id' of undefined at registerNgModuleType (core.js:30235) at core.js:30253 at Array.forEach (<anonymous>) at registerNgModuleType (core.js:30249) at core.js:30253 at Array.forEach (<anonymous>) at registerNgModuleType (core.js:30249) at new NgModuleFactory$1 (core.js:30387) at compileNgModuleFactory__POST_R3__ (core.js:34669) at PlatformRef.bootstrapModule (core.js:34966)
But there are no errors when I build the application with ng build --prod
what could be the reason for the error , as the same code is executing my other machine
appplication is also not maiking any API calls