When i am upgrading my angular repo version in angular-14
, i am facing ivy
error in ng serve
command
I added below code in tsconfig.app.json
file but still not working !
"angularCompilerOptions": {
"enableIvy": false
},
Here i attached the package.json
file for reference