問題タブ [ngzone]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
angular - 「Angularゾーン外でトリガーされたナビゲーション」を原点まで追跡する方法、それは可能です
Angular 11 アプリケーションは、コンソールで次の警告をトリガーします。
Navigation triggered outside Angular zone, did you forget to call 'ngZone.run()'? core.js:27937
その警告を、それを発生させている可能性のあるコード内のポイントまで追跡する方法はありますか (発生源が実際に私のコードにあると仮定します)?