Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. constructor(
  2. platform: Platform,
  3. private fcm : FCM
  4. ) { this.fcm.onNotification().subscribe(data => console.log(data)); }
  5.  
  6. platform.ready()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement