Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 228595

Pass events between pages?

$
0
0

I might be misunderstanding what you are asking but don't you just subscribe to an event in one page and fire the event in another?

// subscribe
 this.events.subscribe('user:login', () => {
      this.updateSideMenuItems(true);
    });

// fire
this.events.publish('user:login');

Viewing all articles
Browse latest Browse all 228595

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>