Re: [AngularJS] Alternative of *ngFor

2017-02-22 Thread chandaniel112 via Angular and AngularJS discussion
On Wed, 2/22/17, eddaburleson via Angular and AngularJS discussion wrote: Subject: Re: [AngularJS] Alternative of *ngFor To: angular@googlegroups.com Date: Wednesday, February 22, 2017, 1:40 AM

Re: [AngularJS] Alternative of *ngFor

2017-02-21 Thread eddaburleson via Angular and AngularJS discussion
On Wed, 2/22/17, verniagrogan via Angular and AngularJS discussion wrote: Subject: Re: [AngularJS] Alternative of *ngFor To: angular@googlegroups.com Date: Wednesday, February 22, 2017, 1:02 AM

Re: [AngularJS] Alternative of *ngFor

2017-02-21 Thread verniagrogan via Angular and AngularJS discussion
On Wed, 2/22/17, steffanieroney via Angular and AngularJS discussion wrote: Subject: Re: [AngularJS] Alternative of *ngFor To: angular@googlegroups.com Date: Wednesday, February 22, 2017, 12:12 AM

Re: [AngularJS] Alternative of *ngFor

2017-02-21 Thread steffanieroney via Angular and AngularJS discussion
On Tue, 2/21/17, floydjack428 via Angular and AngularJS discussion wrote: Subject: Re: [AngularJS] Alternative of *ngFor To: angular@googlegroups.com Date: Tuesday, February 21, 2017, 9:14 PM On

Re: [AngularJS] Alternative of *ngFor

2017-02-21 Thread floydjack428 via Angular and AngularJS discussion
On Tue, 2/21/17, jamesmatthews431 via Angular and AngularJS discussion wrote: Subject: Re: [AngularJS] Alternative of *ngFor To: angular@googlegroups.com Date: Tuesday, February 21, 2017, 4:22 PM

Re: [AngularJS] Alternative of *ngFor

2017-02-21 Thread jamesmatthews431 via Angular and AngularJS discussion
On Tue, 2/21/17, Christoph Zwerschke wrote: Subject: Re: [AngularJS] Alternative of *ngFor To: angular@googlegroups.com Date: Tuesday, February 21, 2017, 3:54 PM Am 21.02.2017 um 14:49 schrieb Yuvraj Chauhan: > Thanks for your re

Re: [AngularJS] Alternative of *ngFor

2017-02-21 Thread Christoph Zwerschke
Am 21.02.2017 um 14:49 schrieb Yuvraj Chauhan: Thanks for your reply Christoph Zwerschke. But I have to loop over that object also in next step once I converted it to object. You can simply use the itemArray method/function in every step, passing all your objects. -- Christoph -- You received

Re: [AngularJS] Alternative of *ngFor

2017-02-21 Thread Yuvraj Chauhan
Thanks for your reply Christoph Zwerschke. But I have to loop over that object also in next step once I converted it to object. On Tuesday, February 21, 2017 at 2:30:45 PM UTC+5:30, Christoph Zwerschke wrote: > > Am 21.02.2017 um 08:49 schrieb Yuvraj Chauhan: > > I want to migrate one of my big

Re: [AngularJS] Alternative of *ngFor

2017-02-21 Thread Christoph Zwerschke
Am 21.02.2017 um 08:49 schrieb Yuvraj Chauhan: I want to migrate one of my big Angular JS 1 project module. But facing problem with *ngFor. My current module iterates over object (key, value) pair and Angular 2 is not supporting iteration on Objects. Do you have any idea how can I handle this sit

[AngularJS] Alternative of *ngFor

2017-02-20 Thread Yuvraj Chauhan
Hello All, I want to migrate one of my big Angular JS 1 project module. But facing problem with *ngFor. My current module iterates over object (key, value) pair and Angular 2 is not supporting iteration on Objects. Do you have any idea how can I handle this situation? Is there any alternative of