Example 7: Track Angular Change Detection

This example demonstrates how to track Angular's change detection cycles using ApplicationRef.

In zoneless mode, async operations like setInterval do not trigger global change detection.
Use the button above to manually trigger a tick and see the log in the console.

Open the browser console and interact with the app to see change detection logs.