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'