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

Method ngOnChanges

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

Source from the content-addressed store, hash-verified

293 }
294
295 ngOnChanges() {
296 // Since basically all inputs of the MatStep get proxied through the view down to the
297 // underlying MatStepHeader, we have to make sure that change detection runs correctly.
298 this._stepper._stateChanged();
299 }
300
301 _markAsInteracted() {
302 if (!this._interacted()) {

Callers

nothing calls this directly

Calls 1

_stateChangedMethod · 0.80

Tested by

no test coverage detected