Highcharts instance created in which Angular life cycle hook
问题 I am currently using Angular 7+ with Highcharts API. I integrated Highcharts using the following Official Github Link. There is a callbackFunction in Highcharts which we can use to get the chart instance . However, i am yet to figure out 2 things: When does the actual instance of chart gets created along with the options , like in which lifecycle hook in Angular? Or is it independent of the lifecycle hooks. I saw a developer's example in which he used the callbackFunction while inside the