Nativescript RadSideDrawer gives symbol not available at run time error -


i following nativescript radsidedrawer doc at: http://docs.telerik.com/devtools/nativescript-ui/controls/angular/sidedrawer/getting-started, once started app in ios emulator, getting error:

console error file:///app/tns_modules/@angular/core/./bundles/core.umd.js:1052:24: error error: uncaught (in promise): referenceerror: metadata "telerikui.tksidedrawerview" found symbol not available @ runtime.  radsidedrawer@file:///app/tns_modules/nativescript-telerik-ui/sidedrawer/sidedrawer.js:15:38 

i tried several times , got same error.

what's wrong this? documentation having errors here?

thanks

it looks there may inconsistency , incompatibility in used dependencies in package.json. can take @ sdkangular repository showcases many scenarios using radsidedrawer , other components of nativescript-telerik-ui-pro plugin here.

other things can try clean project, deleting platforms , node_modules folders , running tns run ios after that.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -