score:0

in your chart component where you call new chart() you have to put it in a variable (this.chart = new chart()) and then access that from your parent component as described in this thread: angular 2 access child component property from parent component


Related Query

More Query from same tag