我已經使用RadListView如下,但我已經非常奇怪的錯誤:NativeScript RadListView rootLocator不是一個函數
<RadListView [items]="dataItems">
<ng-template tkListItemTemplate let-item="item">
<StackLayout orientation="vertical">
<Label class="nameLabel" [text]="item.title"></Label>
</StackLayout>
</ng-template>
</RadListView>
就像,因爲它是在這裏https://github.com/telerik/nativescript-ui-samples-angular/tree/release/sdkAngular/app/listview/getting-started。
但問題是,我得到以下異常:
我升級了它。問題仍然存在... –
確保在執行tns運行之前刪除node_modules和平臺文件夾。如果以前的版本是從npm下載的,那麼即使更新了package.json,也可能會使用舊版本運行。請注意,當前版本的nativescript-telerik-ui已經爲'Angular:〜4.1.0'和'nativescript-angular:3.1.3'開發。支持所有最新依賴項的版本將於9月初開始發佈。 –