do not use this keyword..... solution would be like tht <ul *ngFor="let
test of projectList">
<li>{{test.}}</li>
</ul>
On Thursday, December 8, 2016 at 8:32:51 AM UTC+5:30, Dawg wrote:
>
> Hello,
>
> I'm missing something and I'm hoping someone here can help.
>
> Data is pulled from a database:
> [{"prj_name":"TestProject One"},{"prj_name":"TestProject
> Two"},{"prj_name":"Ice cream"},{"prj_name":"project4"},{"prj_name":"test
> project5"}]
>
> This works:
> {{ this.projectList[2]?.prj_name }}
>
> But this doesn't work:
> <ul *ngFor="let test of this.projectList">
> <li>{{test?.prj_name}}</li>
> </ul>
>
> What am i doing wrong?
>
>
>
--
You received this message because you are subscribed to the Google Groups
"Angular" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.