Ionic header not updating

Hi All,
Trying to update the header in a component view dynamically. I’m using after ng init which is updating other items in the menu. Just not the header. I’ve a {{title}} tag.

Any suggestions?

Thanks

Hi, @kierandes

Try to use Event in your application

Events is a publish-subscribe style event system for sending and responding to application-level events across your app.

thanks,

Hi,

Thanks for your response. So rather than handling it in after init, I subscribe to an event around the view loading and change it after that?

Thanks,