Angular - Component Interaction
What is wrong with this code snippet inside a component?
@ContentChild('proj') projElem: ElementRef;
ngOnInit() { console.log(this.projElem.nativeElement); }