docs-bug(FocusMonitor): Emits inside NgZone in implementation but docs states otherwise #30529
Labels
area: cdk/a11y
docs
This issue is related to documentation
P4
A relatively minor issue that is not relevant to core functions
Documentation Feedback
Checking the implementation, I observe that the FocusMonitor emits inside NgZone:
components/src/cdk/a11y/focus-monitor/focus-monitor.ts
Lines 459 to 463 in 9494ff2
And confirmed checking
NgZone.isInAngularZone()
in a subscription.But documentations says:
Affected documentation page
https://material.angular.io/cdk/a11y/overview#focusmonitor
The text was updated successfully, but these errors were encountered: