Here\'s the code I\'m trying to get to work (angular 5):
import { Component, ViewChild, TemplateRef, ViewContainerRef } from \'@angular/core\'; @Component
For me, the problem was using the same name for a variable in the component, and for a template in the HTML file.