0 votes
in Angular by
What is an AsyncPipe in Angular?

1 Answer

0 votes
by

When an observable or promise returns something, we use a temporary property to hold the content. Later, we bind the same content to the template. With the usage of AsyncPipe, the promise or observable can be directly used in a template and a temporary property is not required. 

...