Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 208 Bytes

File metadata and controls

12 lines (10 loc) · 208 Bytes
description Lists Angular
keywords js, angular
title Lists Angular
toc_max 4
*ngFor="let post of posts"

<div *ngFor="let hero of heroes; let i=index">{'{i + 1}} - {'{hero.name}}</div>