Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. this.af.list('/questions').subscribe( val => {
  2. this.questions = val
  3. console.log(this.questions) // works
  4. })
  5. console.log(this.questions) // displays undefined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement