Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ ngAfterViewInit
Method
ngAfterViewInit
packages/core/test/acceptance/lifecycle_spec.ts:1429–1431 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1427
this._log(
'afterContentChecked'
, this.id);
1428
}
1429
ngAfterViewInit() {
1430
this._log(
'afterViewInit'
, this.id);
1431
}
1432
ngAfterViewChecked() {
1433
this._log(
'afterViewChecked'
, this.id);
1434
}
Callers
nothing calls this directly
Calls
1
_log
Method · 0.95
Tested by
no test coverage detected