From 9796cb4ac163ab280bda62d58277bd150037348d Mon Sep 17 00:00:00 2001 From: jennyraj Date: Sat, 12 Sep 2015 20:10:01 -0400 Subject: [PATCH] Update bootstrap.ts --- examples/05-components/bootstrap.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/05-components/bootstrap.ts b/examples/05-components/bootstrap.ts index 7a722986dc..b1440e4ecc 100644 --- a/examples/05-components/bootstrap.ts +++ b/examples/05-components/bootstrap.ts @@ -10,7 +10,7 @@ import {Component, View} from 'angular2/angular2'; Hello from Angular Class ` }) -class App { +class AcWord { constructor() { console.log('Angular Class Word component'); }