I have upgraded my angular version from 12 to 14.
After that I have received many error which I resolved but in the end I for the following error I'm not sure what I should do. The angular-gridster2.mjs is one of the packages that has installed and is in the nodemodules.
I also have updated the rxjs and rxjs-compat as follow:
"rxjs": "^6.6.7",
"rxjs-compat": "^6.6.7",
does any one has any idea what could be the problem?
I have tried to downgrade the gridster2 and also rxjs.