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

Method _log

packages/core/test/acceptance/lifecycle_spec.ts:1410–1412  ·  view source on GitHub ↗

@internal

(hook: string, id: number)

Source from the content-addressed store, hash-verified

1408
1409 /** @internal */
1410 private _log(hook: string, id: number) {
1411 log.push(hook + id);
1412 }
1413
1414 ngOnChanges() {
1415 this._log('onChanges', this.id);

Callers 7

ngOnChangesMethod · 0.95
ngOnInitMethod · 0.95
ngDoCheckMethod · 0.95
ngAfterContentInitMethod · 0.95
ngAfterContentCheckedMethod · 0.95
ngAfterViewInitMethod · 0.95
ngAfterViewCheckedMethod · 0.95

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected