MCPcopy
hub / github.com/angular/components / enable

Method enable

src/cdk/overlay/overlay.spec.ts:1128–1130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1126 }
1127
1128 enable() {
1129 this.isEnabled = true;
1130 }
1131
1132 disable() {
1133 this.isEnabled = false;

Callers 11

toggleDisabledMethod · 0.45
constructorMethod · 0.45
checkbox.spec.tsFile · 0.45
slider.spec.tsFile · 0.45
radio.spec.tsFile · 0.45
select.spec.tsFile · 0.45
attachMethod · 0.45
updateScrollStrategyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected