node.jsangularerror-handlingweb-development-serverangular-fullstack

Property 'ɵunwrapWritableSignal' does not exist on type 'typeof import_modules/@angular/core/core")'. how to resolve this angular error in html files


automatically show this error in my all angular html page how to resolve this anyone suggest plz. i am use node version 14.17.4 and my angular version is 15. Property 'ɵunwrapWritableSignal' does not exist on type 'typeof import_modules/@angular/core/core")'. how to resolve this angular error in html files. complie time error and not resolve and show automatically so suggest any one.


Solution

  • To resolve the issue with the error message "Property 'ɵunwrapWritableSignal' does not exist on type 'typeof import," follow these steps:

    Solution: Step 1: Stop the running Angular server and close the editor. Step 2: Now Open your project again and, before opening any file in the editor, start your Angular server using the command ng serve. Step 3: (Optional) remove the cookies from your browser as well.