Why does the angular2 jump to a new route not trigger the lifecycle function, but only the constructor?

I use echarts, to click on the bar chart generated by echarts to trigger the click event for navigate jump. When entering a new route, a lifecycle function cannot be triggered, so that the data cannot be rendered to the page.

Menu