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