I am updating an old angular 8 project to angular 16. I have updated the project. But now compiling the project is giving me multiple error on components "Cant bind to "something" since it isn't a known property of "something",where "something" here is like some property:for example: Cant bind to "" since it isn't a known property of "div". I am pretty sure that i have done all imports rigth and also everthing is good in the app.module.
Note: There was error while I updated it from angular 8 to angular 15. This error occurs when I updated from angular 15 to 16. Maybe its related to "ngcc" which has been completly removed in angular 16.
I have done and checked all the imports and app.module file. There is nothing wrong there.I guess its most probably related to ngccbeen removed from angular 16.