From 16beb7f731511df154d3eb4c760c1c79dea54fd3 Mon Sep 17 00:00:00 2001 From: Koen Weyn Date: Thu, 7 May 2015 23:03:28 +0200 Subject: [PATCH] Wrong import --- components/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/index.md b/components/index.md index 121f725..3af008e 100644 --- a/components/index.md +++ b/components/index.md @@ -15,7 +15,7 @@ are combined into Components. Let's start with a very simple component that lists out our name: ```javascript -import {Component, Template} from 'angular2/angular2' +import {Component, View} from 'angular2/angular2' @Component({ selector: 'my-component'