I am able to project content but unable to get reference of the same
https://stackblitz.com/edit/angular-khyr1u?file=src%2Fapp%2Fapp.component.html
I tried using the #SelectorName and also via Using component name with ContentChild() and ContentChildren(). Somehow I am unable to get reference despite calling in ngAfterViewInit hook
updated plunk illustrating : viewchild, viewchildren ,contentchild , contentChildren :https://stackblitz.com/edit/angular-wnhayw?file=src/app/course-card/course-card.component.ts