I have migrated angular from 14 to 16 (14 to 15 to 16). I am using ng-chat
module.
It was working with angular 15, but now It is showing this on ng serve
Error: NgChatModule does not have a module def (ɵmod property)
at transitiveScopesFor (core.mjs:24566:11)
at core.mjs:24596:31
at Array.forEach (<anonymous>)
at transitiveScopesForNgModule (core.mjs:24593:32)
at transitiveScopesFor (core.mjs:24533:16)
at core.mjs:24596:31
at Array.forEach (<anonymous>)
at transitiveScopesForNgModule (core.mjs:24593:32)
at transitiveScopesFor (core.mjs:24533:16)
at setScopeOnDeclaredComponents (core.mjs:24496:30)
most of the modules are showing this, on angular 15, everything was good.
any help on this?