Transitioning to the latest production version of Angular has been quite challenging for me.
I have meticulously followed the migration guidelines, focusing mainly on the underscore prefix \ private attributes section that seemed relevant to my situation.
However, I am encountering issues such as screen freezing without any error codes, particularly at line 11381 in the non-minimized angular file where watchers are processed. Despite my attempts at debugging, I have not been successful in finding a solution so far.
In addition, changing routes causes templates to break and become merged together, displaying angular template syntax instead of the expected values. Some repeaters are malfunctioning, and certain AJAX requests seem to be stuck in a loop.
What steps should I take next? Where should I begin troubleshooting?