Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/components
/ _closeDialogs
Method
_closeDialogs
src/material/dialog/dialog.ts:231–237 ·
view source on GitHub ↗
(dialogs: MatDialogRef<any>[])
Source
from the content-addressed store, hash-verified
229
}
230
231
private _closeDialogs(dialogs: MatDialogRef<any>[]) {
232
let
i = dialogs.length;
233
234
while
(i--) {
235
dialogs[i].close();
236
}
237
}
238
}
Callers
2
closeAll
Method · 0.95
ngOnDestroy
Method · 0.95
Calls
1
close
Method · 0.45
Tested by
no test coverage detected