Angular - Lifecycle Hooks
You want to change the background color of a child component's element after it is fully rendered. Which approach correctly uses
ngAfterViewInit to do this in the parent component?
Child component template: <div #childBox>Child Content</div> Parent component code options:
