@MrChance wrote:
I want to load a json file with questions.
I have 2 service components: The first json.service opens the json file the second questions.service put the questions into an array.
The app gets the questions from questions.service as array.
But it doesn’t work The array is undefined( It works if i have one service and doing the http.subscribe in the app component with direct saving it into an array )
Live Source/Demo: https://stackblitz.com/edit/ionic-ezx466
Posts: 1
Participants: 1