Mercurial > hg > ugly-duckling
view src/app/notebook-feed/notebook-feed.component.html @ 348:d17d5038b11a
Wire up as necessary to push the handlers down the tree. This is unfinished.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Thu, 25 May 2017 17:56:14 +0100 |
parents | 2d7da410ba46 |
children | 524f5cd75737 |
line wrap: on
line source
<div class="feed"> <ng-template ngFor let-item [ngForOf]="analyses"> <div [class.break]="item.isRoot"> <ugly-analysis-item [timeline]="getOrCreateTimeline(item)" [isActive]="isActiveItem(item)" [item]="item" [contentWidth]="width" [onSeek]="getOnSeekForItem(item)" ></ugly-analysis-item> </div> </ng-template> </div>