What is the correct contract for ngAfterContentInit and ngAfterContentChecked – Javascript
I have created a demo project: https://stackblitz.com/edit/angular-e6pqlb?file=src%2Fcontent-host%2Fcontent-host.component.ts Please open above link and check console printed values to understand my point below. So, if you check src/main.html, content projection is used. input property called inputValue is provided from AppRootComponent to the…