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

Method _markAsInteracted

src/cdk/stepper/stepper.ts:297–302  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

295 }
296
297 _markAsInteracted() {
298 if (!this._interacted()) {
299 this._interacted.set(true);
300 this.interactedStream.emit(this);
301 }
302 }
303
304 /** Determines whether the error state can be shown. */
305 _showError(): boolean {

Callers 2

selectedIndexMethod · 0.80
ngAfterViewInitMethod · 0.80

Calls 1

setMethod · 0.80

Tested by

no test coverage detected