From 0ad4b930b52f9a3f2d266f55a569335940db9fbd Mon Sep 17 00:00:00 2001 From: heziqiang99 Date: Fri, 1 May 2015 16:55:40 +0800 Subject: [PATCH] fix path change the path "typings/angular2/angular2.d.ts" to absolute path "/typings/angular2/angular2.d.ts" or "../typings/angular2/angular2.d.ts" --- complete/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/complete/app.ts b/complete/app.ts index fdad42c..740a201 100644 --- a/complete/app.ts +++ b/complete/app.ts @@ -1,4 +1,4 @@ -/// +/// import {Component, bootstrap, View} from "angular2/angular2";