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
170170add ` .cdk-${origin}-focused ` (with ` ${origin} ` being ` mouse ` , ` keyboard ` , ` touch ` , or ` program ` ) to
171171indicate how the element was focused.
172172
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-
180173Any element that is monitored by calling ` monitor ` should eventually be unmonitored by calling
181174` stopMonitoring ` with the same element.
182175
You can’t perform that action at this time.
0 commit comments