我正在试验Angular 2和Dart。在this step of the tutorial结束时,课程DisplayComponent
的{{1}}注释设置为Component
:
viewBindings
使用angular2-dart插件的Atom告诉我{@ 1}}已被弃用。这似乎符合the documentation。
我尝试过简单地从注释中删除变量,但我得到一个异常@Component(selector: 'display', viewBindings: const [FriendsService])// this viewBinding
@View(...)
class DisplayComponent {
...
}
。我应该做什么呢?
答案 0 :(得分:0)
为了完整起见
在Alpha 46中,viewProviders(viewBindings => viewProviders)和提供者(bindings =>提供者)是最新的。
https://angular.io/docs/ts/latest/api/core/ComponentMetadata-class.html https://github.com/angular/angular/blob/master/CHANGELOG.md