Passing value to app.component.ts

I’m guessing from the fact that you "heart"ed the post above yours that you chose to use the Events strategy. I would urge you to rethink that decision. I have been saying for years that anything Events can do can be done in a better way using Observables, and another factor to take into account is that Ionic apparently also eventually came around to that same conclusion, as they dumped Events entirely.