Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ngOnChanges
Method · 0.95
ngOnInit
Method · 0.95
ngDoCheck
Method · 0.95
ngAfterContentInit
Method · 0.95
ngAfterContentChecked
Method · 0.95
ngAfterViewInit
Method · 0.95
ngAfterViewChecked
Method · 0.95
Calls
1
push
Method · 0.45
Tested by
no test coverage detected