Mercurial > hg > ugly-duckling
view src/app/notebook-feed/notebook-feed.component.html @ 213:ca07c8f7cc6b
Latest dependencies
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Thu, 30 Mar 2017 15:56:32 +0100 |
parents | 1db0bb28688b |
children | 1c1cc4ec183c |
line wrap: on
line source
<template ngFor let-item [ngForOf]="analyses"> <div [class.break]="item.isRoot"> <ugly-analysis-item [timeline]="item.hasSharedTimeline ? sharedTimeline : undefined" [title]="item.title" [description]="item.description" [isActive]="rootAudioUri === item.rootAudioUri" [isRoot]="item.isRoot" [id]="item.id"></ugly-analysis-item> </div> </template>