Object literal may only specify known properties, and ‘entryComponents’ does not exist in type ‘NgModule’
After upgrading angular version from 11 to 17.3.8 it’s throwing error line in my code wherever iused entry component in @NgModule. Becoz of this it’s throwing error in all npm module while running it locally.