File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
tools/public_api_guard/cdk Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ export declare class FocusKeyManager<T> extends ListKeyManager<FocusableOption &
70
70
export declare class FocusMonitor implements OnDestroy {
71
71
constructor ( _ngZone : NgZone , _platform : Platform ) ;
72
72
_onBlur ( event : FocusEvent , element : HTMLElement ) : void ;
73
- focusVia ( element : HTMLElement , origin : FocusOrigin , options ?: FocusOptions ) : void ;
74
73
focusVia ( element : ElementRef < HTMLElement > , origin : FocusOrigin , options ?: FocusOptions ) : void ;
74
+ focusVia ( element : HTMLElement , origin : FocusOrigin , options ?: FocusOptions ) : void ;
75
75
monitor ( element : ElementRef < HTMLElement > , checkChildren ?: boolean ) : Observable < FocusOrigin > ;
76
76
monitor ( element : HTMLElement , checkChildren ?: boolean ) : Observable < FocusOrigin > ;
77
77
ngOnDestroy ( ) : void ;
You can’t perform that action at this time.
0 commit comments