During the build process in debug mode with ng build, I am encountering errors in some components. However, when I switch to production mode using ng build --prod, these errors disappear.
I am curious as to why this discrepancy is occurring.
Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked
Thank you