diff src/app/notebook-feed/notebook-feed.component.html @ 236:53ea6406d601

Generate new project with latest @angular/cli, including Angular 4.
author Lucas Thompson <dev@lucas.im>
date Tue, 25 Apr 2017 20:01:09 +0100
parents 77ada2e07997
children 5ab9e6132424
line wrap: on
line diff
--- a/src/app/notebook-feed/notebook-feed.component.html	Mon Apr 24 17:05:12 2017 +0100
+++ b/src/app/notebook-feed/notebook-feed.component.html	Tue Apr 25 20:01:09 2017 +0100
@@ -1,5 +1,5 @@
 
-<template ngFor let-item [ngForOf]="analyses">
+<ng-template ngFor let-item [ngForOf]="analyses">
   <div [class.break]="item.isRoot">
     <ugly-analysis-item
       [timeline]="item.hasSharedTimeline ? sharedTimeline : undefined"
@@ -7,4 +7,4 @@
       [item]="item"
     ></ugly-analysis-item>
   </div>
-</template>
+</ng-template>