在添加行时 -
<reference path="typings/angular2/angular2.d.ts" >
app.ts(1,12): 错误 TS1005: '>' 预期。
app.ts(1,16): 错误 TS1005: ';' 预期的。
app.ts(2,1):错误 TS1109:预期表达式。
在添加行时 -
<reference path="typings/angular2/angular2.d.ts" >
app.ts(1,12): 错误 TS1005: '>' 预期。
app.ts(1,16): 错误 TS1005: ';' 预期的。
app.ts(2,1):错误 TS1109:预期表达式。
///
要在 TypeScript 中导入类型定义,您需要在开头使用三个正斜杠 ( ) 并用正斜杠 ( />
) 将引用标记括起来。
/// <reference path="typings/angular2/angular2.d.ts" />
有关更多示例,请查看 http://www.typescriptlang.org/Handbook#modules-splitting-across-files