Hi, I’m wondering with the new RC.0 where I should put my json files, in beta 11 I used to put them in the www/ folder and get them with an http.get
request.
But with the new release the www/ is cleanup at every build, so I don’t know what to is the best place to put my files.
put your .json
file inside YOUR_APP/src/assests/data
.
For reference here, I’m sharing a link of conference app.
1 Like
Thanks man, I had not thought to look at the conference-app.
My pleasure.
Actually yesterday I went through ionic-2 conference app
to check what’s the changes were made in RC0
directory structure.
Glad this helps you.
Happy Coding.