I\'m trying to use Publish and Subscribe from ionic-angular
Publish
Subscribe
But I am not receiving any data nor error. Here are my codes
Page 1
Call the .subscribe inside constructor.
and insted of console.log(data[0]) have you tried with console.log(data) ?