I\'m using Angular2 and I have retrieved some data from Firebase in this way:
dataset: any; onGetData() { this._dataService.getAllData() .subscribe(
In your view you need
{{ data.title }} -