Angular 2 async pipe with ngFor loop

Angular 2 async pipe with ngFor loop

According to Angular 2 docs, “Angular pipes, a way to write display-value transformations that we can declare in our HTML!

Angular 2 templates use a special Async pipe to be able to render out Observables.

Syntax:  

*ngFor="#obj of asyncObject | async | custom-Pipe: 'prop1' : 'prop2'"
OR
*ngFor="#obj of (asyncObject | async)? .prop1? .prop2"


For more detail,

ANIL SINGH

Anil Singh is an author, tech blogger, and software programmer. Book writing, tech blogging is something do extra and Anil love doing it. For more detail, kindly refer to this link..

My Tech Blog - https://www.code-sample.com/
My Books - Book 1 and Book 2

Angular 2 async pipe with ngFor loop Angular 2 async pipe with ngFor loop Reviewed by Anil Singh on 5:16 AM Rating: (5)
www.code-sample.com/. Powered by Blogger.
^