My Angular 11 application triggers this warning in console:
Navigation triggered outside Angular zone, did you forget to call 'ngZone.run()'? core.js:27937
Is there a way to trace that warning to the point in my code that might be raising it (assuming the origin is really in my code)?