While upgrading to Angular 14 was successfull, when I tried to build the project I got an error TS2318: Cannot find global type ‘BigInt.
I updated the lib of tsconfig.json to es2020 from es2017 and the issue resolved but when I got into the app the whole ui was broken. I’m using
“@coreui/angular”: “~2.14.0”, “@coreui/coreui”: “^2.0.3” and as I checked from the doc these are the propriate versions for Angular v.14 projects. Any ideas?
Andreas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.