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

Function getDialogs

src/cdk/dialog/dialog.spec.ts:772–774  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

770
771 describe('closePredicate option', () => {
772 function getDialogs() {
773 return overlayContainerElement.querySelectorAll('cdk-dialog-container');
774 }
775
776 it('should determine whether closing via the backdrop is allowed', () => {
777 let canClose = false;

Callers 1

dialog.spec.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…