MCPcopy Create free account
hub / github.com/angular/angular / ngDoCheck

Method ngDoCheck

packages/core/test/acceptance/lifecycle_spec.ts:1420–1422  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1418 this._log('onInit', this.id);
1419 }
1420 ngDoCheck() {
1421 this._log('doCheck', this.id);
1422 }
1423 ngAfterContentInit() {
1424 this._log('afterContentInit', this.id);
1425 }

Callers

nothing calls this directly

Calls 1

_logMethod · 0.95

Tested by

no test coverage detected