MCPcopy Index your code
hub / github.com/angular/components / afterHidden

Method afterHidden

src/material/tooltip/tooltip.ts:1052–1054  ·  view source on GitHub ↗

Returns an observable that notifies when the tooltip has been hidden from view.

()

Source from the content-addressed store, hash-verified

1050
1051 /** Returns an observable that notifies when the tooltip has been hidden from view. */
1052 afterHidden(): Observable<void> {
1053 return this._onHide;
1054 }
1055
1056 /** Whether the tooltip is being displayed. */
1057 isVisible(): boolean {

Callers 2

showMethod · 0.80
tooltip.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected