Uncaught RangeError: Maximum call stack size exceeded at _gloabal.<computed>.get (zone.js:xx)
Describe the Bug
I have updated my angular from version 7 to version 14. step by step.
But now i am getting this maximum call stack size exceeded at _global.
Minimal Reproduction
Expected Behavior
I should run without error.
Screenshots



If applicable, add screenshots to help explain your problem.
Environment
Libs
- @angular/core version: 14.1.1
- @angular-devkit/build-angular version: 14.1.1
- @angular-devkit/architect version : 14.1.1
- @schematics/angular version: 14.1.1
For Tooling issues:
- Node version: 16.15.1
- Platform: linux x64
Others:
Additional Context
Add any other context about the problem here.
From what I see you're not even using @angular-builders. Probably an issue for Angular/Angular CLI repo?
That's definitely not related to angular-builders. The package isn't doing any code transformations. It has nothing to do with the zone.js package, which throws an error that the getter is called recursively somewhere in your code. That's happening because there's a change between zone.js versions.