Re: [AngularJS] loop through JSON data

2019-01-27 Thread JRPG Gamer
Is weather an arry type? On Sun, Jan 27, 2019, 11:37 AM John Biddulph > > {{ pub.rsPubName }} > > > > and this, still nothing > > > On Sunday, January 27, 2019 at 6:32:52 PM UTC, JRPG Gamer wrote: >> >> Use ngFor to loop through the data >> &g

Re: [AngularJS] loop through JSON data

2019-01-27 Thread JRPG Gamer
Use ngFor to loop through the data On Sun, Jan 27, 2019, 11:15 AM John Biddulph my search function seems to work: > > search() { > this.weatherService > .searchWeatherData(this.query) > .subscribe( > weather => this.weather = weather, > error => this.errorMessage = error, > () => this.query = ''

[AngularJS] Migrating from angular 6 to 7 breaks grid on IE

2018-11-12 Thread JRPG Gamer
Had to use ms grids -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+unsubscr...@googlegroups.com. To post to this group, send email

[AngularJS] Migrating from angular 6 to 7 breaks grid on IE

2018-11-12 Thread JRPG Gamer
Hi i tried migrating from angular 6 to 7 and now my grid is not displaying correctly. In chrome everything is as it should be. But in IE each section has its own row which is not what is intended. here is what i used for the css. does anyone have an idea on how to fix this or should i

[AngularJS] Boolean values not displaying properly

2018-09-17 Thread JRPG Gamer
I am getting the opposite values when I check booleans in an object. [image: booleanissue1.PNG] [image: booleanissue2.PNG] -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving

[AngularJS] weird boolean output

2018-09-17 Thread JRPG Gamer
I'm getting a weird boolean output not sure why. I have this object that is holding boolean information. When I check all of the booleans in the object everything seems to be okay but when I check one of the booleans I am getting the opposite output. [image: booleanissue1.PNG] [image: