@if(blogService.skeletonLoader){ @for(item of skeletonItems; track item){ } }@else { @for(blog of blogs; track blog){
@if(blog?.is_featured){
{{ 'Featured' | translate }}
}
{{ blog?.created_at | date: 'dd MMM yyyy hh:mm:a' }}
{{ blog?.title }}
@if(description()){

}
} }
@if(!(blogs && blogs.length)){ }