Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 229719

Authentication Ionic + Laravel

$
0
0

Ok, if I use

return this.http.get(this.api+'causes', options).map( res => res.json());

this is return Error:
Cannot find a differ supporting object '[object Object]' of type 'object'. NgFor only supports binding to Iterables such as Arrays.

return a object

if I use this

return this.http.get(this.api+'causes' + options).map( res => res.json());

....causes[object%20Object]
any idea ?


Viewing all articles
Browse latest Browse all 229719

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>