Angular 17 – Can’t bind to ‘routerLink’ since it isn’t a known property of ‘a’
I get this error since I upgraded Angular to version 17, I’m importing the RouterModule at the root of the project, it worked fine before the upgrade and I didn’t find how to fix this error. Could you please help?
Upgrade to Angular 17 – Error: node_modules/@types/node/globals.d.ts:72:13 – error TS2403: Subsequent variable declarations must have the same type
I followed the steps here https://update.angular.io/?v=16.0-17.0 to upgrade Angular from version 16 to 17 and updated all dependencies I know to march Angular 17 version.