I have two components and one with attribute selector. The child component is,
import { Component, OnInit, Input, El
In the first selector you have set '[app-bar-chart]' and it should be without square brachets. To pass the parent you should use:
[chartContainer]="this"
instead of:
[chartContainer]="chartContainer"