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

Method open

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

Source from the content-addressed store, hash-verified

1786 dialogRef?: MatDialogRef<DialogCmp>;
1787
1788 open() {
1789 this.dialogRef = this.dialog.open(DialogCmp, {viewContainerRef: this.viewContainerRef});
1790 }
1791 }
1792
1793 @Component({

Callers

nothing calls this directly

Calls 1

openMethod · 0.65

Tested by

no test coverage detected