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

Method ngOnChanges

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_stateChangedMethod · 0.80

Tested by

no test coverage detected