File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -170,13 +170,6 @@ to the element when focused. It will add `.cdk-focused` if the element is focuse
170
170
add ` .cdk-${origin}-focused ` (with ` ${origin} ` being ` mouse ` , ` keyboard ` , ` touch ` , or ` program ` ) to
171
171
indicate how the element was focused.
172
172
173
- Note: currently the ` FocusMonitor ` emits on the observable _ outside_ of the Angular zone. Therefore,
174
- if you ` markForCheck ` in the subscription you must put yourself back in the Angular zone.
175
-
176
- ``` ts
177
- focusMonitor .monitor (el ).subscribe (origin => this .ngZone .run (() => /* ... */ ));
178
- ```
179
-
180
173
Any element that is monitored by calling ` monitor ` should eventually be unmonitored by calling
181
174
` stopMonitoring ` with the same element.
182
175
You can’t perform that action at this time.
0 commit comments