我遵循Angular2官方网站(https://angular.io/docs/js/latest/guide/displaying-data.html)的教程,但是当我在app.js中转换app.ts时,我收到此错误:
对象文字只能指定已知属性,并且“appInjector”可以指定。类型
中不存在
我尝试使用以下方法更改此示例:
import { Injector } from 'angular2/di';
但我收到了另一个错误:
错误TS2307:找不到模块' angular2 / di'。
我的应用结构是:
testApp
node_modules
src
typings
app.js
app.js.map
app.ts
tsconfig.json
tsd.json
index.html
package.json