ngx-admin/docs/app/pages/home/description-section/description-section.component.html
Sergey Andrievskiy 165e64eaca feat: docs app
2019-10-08 16:17:13 +03:00

11 lines
303 B
HTML

<div class="descriptions" *ngFor="let item of descriptions">
<div class="icons-block">
<i [innerHTML]="item.icon | eva: { width: 48, height: 48, fill: '#00db92' }"></i>
</div>
<div class="title">
{{ item.title }}
</div>
<p class="description">
{{ item.description }}
</p>
</div>