ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

NativeScript RadListVIew rootLocator is not a function #277

Closed dotnetdreamer closed 6 years ago

dotnetdreamer commented 6 years ago

Did you verify this is a real problem by searching Stack Overflow?

Yes

Tell us about the problem

I installed the plugin. But i am getting error 'NativeScript RadListVIew rootLocator is not a function'. I have posted this issue at https://stackoverflow.com/questions/45915170/nativescript-radlistview-rootlocator-is-not-a-function/45920057#45920057

Which platform(s) does your issue occur on?

iOS, Android i.e both

Please provide the following version numbers that your issue occurs with:

 "dependencies": {
    "@angular/animations": "~4.2.0",
    "@angular/common": "~4.2.0",
    "@angular/compiler": "~4.2.0",
    "@angular/core": "~4.2.0",
    "@angular/forms": "~4.2.0",
    "@angular/http": "~4.2.0",
    "@angular/platform-browser": "~4.2.0",
    "@angular/router": "~4.2.0",
    "moment": "^2.18.1",
    "nativescript-angular": "~4.2.0",
    "nativescript-sqlite": "^1.1.7",
    "nativescript-taptic-engine": "^2.0.3",
    "nativescript-theme-core": "~1.0.2",
    "nativescript-webview-interface": "^1.4.1",
    "reflect-metadata": "~0.1.8",
    "rxjs": "~5.4.2",
    "tns-core-modules": "~3.1.1",
    "zone.js": "~0.8.2"
  },
  "devDependencies": {
    "babel-traverse": "6.4.5",
    "babel-types": "6.4.5",
    "babylon": "6.4.5",
    "lazy": "1.0.11",
    "tns-platform-declarations": "^3.0.1",
    "nativescript-dev-typescript": "~0.5.0",
    "typescript": "~2.4.2"
  }
VladimirAmiorkov commented 6 years ago

The rootLocatorerror is due to incorrect match between the version of Angular, nativescript-angular and nativescript-telerik-ui. You can see which are the the latest supported version of all dependencies from our sdk example app here.

dotnetdreamer commented 6 years ago

yes you were right. I updated the dependencies link you sent me accordingly. And its working fine now. Thanks

VladimirAmiorkov commented 6 years ago

@dotnetdreamer Glad to hear it, closing this issue.