Quantcast
Viewing all articles
Browse latest Browse all 3

Answer by Bob Rivers for ngFor does not render elements into IOS browsers

I found the problem, and I'm ashamed...

My getAll() method into car.service.ts was pointing to "localhost"... I just changed it to an IP, and it worked....

  getAll(): Observable<any> {    return this.http.get('//10.10.10.10:8080/cars');  }

Viewing all articles
Browse latest Browse all 3

Trending Articles



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