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>   

1

There are 1 best solutions below

0
Gopal k .Dwivedi On BEST ANSWER

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

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