I think you need ionic file plugin to access the contents of file placed in assets folder.
this.file.readAsText(this.file.applicationDirectory + "www/assets", "data.json").then(...)
This should work.
I think you need ionic file plugin to access the contents of file placed in assets folder.
this.file.readAsText(this.file.applicationDirectory + "www/assets", "data.json").then(...)
This should work.