javascriptangularangular-materialangularjs-directive

Property 'ɵunwrapWritableSignal' does not exist on type 'typeof import("e:/project/myApp/myApp/node_modules/@angular/core/core") [(ngModel)] Error


Property 'ɵunwrapWritableSignal' does not exist on type 'typeof import("e:/project/eCeiling/e-ceiling/node_modules/@angular/core/core") [(ngModel)] showing me error i have imported formsmodule ,common module it not workig my angular version is 13.3.9

[(ngModel)] two way binding not working for me it should be work <input type="number" name="size" matInput style="font-weight: sbold;" [(ngModel)]="gridsize" placeholder="Records in percent(%)" min="0" max="100" (input)="updateSetting(gridsize)" required>   


Solution

  • "Property 'ɵunwrapWritableSignal' does not exist on type 'typeof import,"

    I restart my editor and serve my application after closing the error not showing.