Angular : Output data from get Request.
introduction
so after making a get request, we are storing all the posts the loadedPosts array and then in template HTML we are checking if array length created than 1 traverse the array and show the values .
HTML template
<div class="row">
<div...
hashcodehub.hashnode.dev1 min read