Answers for "display observable in html angular"

0

display observable in html angular

<!--.html file-  use '|async' pipe -->
<ul class=""  scope="row" *ngFor="let aboutus of this.pageData |async " >             
		<li>{{aboutus.key}} {{aboutus.data.details}} </li>                               
 </ul>
Posted by: Guest on April-09-2022

Code answers related to "display observable in html angular"

Browse Popular Code Answers by Language