Listview运行示例 - setLocal错误

时间:2016-08-07 13:37:46

标签: nativescript angular2-nativescript

我正试图在NS Listview sample

运行示例

我在

上遇到编译时错误

onSetupItemView(args: SetupItemViewArgs) { args.view.setLocal('third', (args.index % 3 === 0)); }

获取错误:'EmbeddedViewRef'

类型中不存在属性'setLocal'

1 个答案:

答案 0 :(得分:2)

看起来{@ 1}}已弃用。

现在是EmbeddedViewRef.setLocal()