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

Method openDialog

src/dev-app/slider/slider-demo.ts:103–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101 (input as HTMLInputElement).checked ? this.control.disable() : this.control.enable();
102 }
103 openDialog() {
104 this.dialog.open(SliderDialogDemo, {
105 data: {
106 color: this.colorModel,
107 discrete: this.discrete,
108 showTickMarks: this.showTickMarks,
109 },
110 });
111 }
112}
113
114@Component({

Callers

nothing calls this directly

Calls 1

openMethod · 0.65

Tested by

no test coverage detected