Migrating from Angular 7 to 8 version update. Getting this error, after navigating to form page. User can't able to access the form page.
core.js?09c9:4002 ERROR RangeError: Maximum call stack size exceeded
at ZoneDelegate.invoke (zone.js?d135:391)
at Zone.run (zone.js?d135:141)
at NgZone.runOutsideAngular (core.js?09c9:26215)
at ApplicationRef.tick (core.js?09c9:27137)
at eval (core.js?09c9:26998)
at ZoneDelegate.invoke (zone.js?d135:391)
at Object.onInvoke (core.js?09c9:26256)
at ZoneDelegate.invoke (zone.js?d135:390)
at Zone.run (zone.js?d135:141)
at NgZone.run (core.js?09c9:26170)
Tried to fix by downgrading the zone.js version to 0.8.18,0.8.17,0.8.16 also to latest version. But I can't fix this issue.