container-component.ts
export class ContainerComponent{
innerComponentRef; //We have this
innerComponentSelector;//We have this
}
However in container-component.html I don't know how to append html with innerComponent tag. String interpolation - doesn't work for sure. I also wonder if it's not a kinda bad practice what I want to make.