MCPcopy Create free account
hub / github.com/angular/components / open

Method open

src/material/dialog/dialog.spec.ts:1797–1799  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1795 dialogRef?: MatDialogRef<DialogCmp>;
1796
1797 open() {
1798 this.dialogRef = this.dialog.open(DialogCmp, {viewContainerRef: this.viewContainerRef});
1799 }
1800 }
1801
1802 @Component({

Callers

nothing calls this directly

Calls 1

openMethod · 0.65

Tested by

no test coverage detected