p.location-badge. exported from angular2/lifecycle_hooks defined in angular2/src/core/compiler/interfaces.ts (line 141) :markdown Notify a directive when the bindings of all its view children have been checked the first time (whether they have changed or not). ## Example ``` @Component(...) class MyComponent implements AfterViewInit { afterViewInit(): void { } } ``` .l-main-section h2 Members .l-sub-section h3#afterViewInit afterViewInit pre.prettyprint code. afterViewInit() :markdown