Skip to content
This repository was archived by the owner on Jul 25, 2019. It is now read-only.

Commit da52afd

Browse files
committed
loop books with <br-book [information]="book" *ngFor="let book of books"></br-book>
1 parent 941a37e commit da52afd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
<br-book [information]="book"></br-book>
1+
<br-book
2+
[information]="book"
3+
*ngFor="let book of books; let i = index"></br-book>

0 commit comments

Comments
 (0)