Open pankajjjpr opened 6 years ago
I have checked and not found any demo app for Nativescript angular example.
I checked.
Please, ensure your title is less than 63 characters long and starts with a capital letter.
iOS/Android/Both Android
iOS/Android versions Android Version 6.0
emulator or device. What type of device? on both
tns --version
node_modules/tns-core-modules/package.json
"tns-android"
"tns-ios"
package.json
using the link of Nativescript Angular, "https://www.npmjs.com/package/nativescript-star-ratings", I tried to implement start rating on my app.
however, I am not able to get the number of stars which I choose from my app. Can anyone provide a sample application (working) where i select 3 or 4 stars and i get that value as number on my code behind (lets say on button click).
Can anyone help me?
If more information is required then please let me know and I will provide.
Make sure to check the demo app(s) for sample usage
I have checked and not found any demo app for Nativescript angular example.
Make sure to check the existing issues in this repository
I checked.
If the demo apps cannot help and there is no issue for your problem, tell us about it
Please, ensure your title is less than 63 characters long and starts with a capital letter.
Which platform(s) does your issue occur on?
iOS/Android/Both Android
iOS/Android versions Android Version 6.0
emulator or device. What type of device? on both
Please, provide the following version numbers that your issue occurs with:
tns --version
to fetch it) 4.0.0node_modules/tns-core-modules/package.json
file in your project) 3.4.1"tns-android"
and"tns-ios"
properties in thepackage.json
file of your project) 4.0.1package.json
file of your project and paste your dependencies and devDependencies here) { "description": "NativeScript Application", "license": "SEE LICENSE INPlease, tell us how to recreate the issue in as much detail as possible.
using the link of Nativescript Angular, "https://www.npmjs.com/package/nativescript-star-ratings", I tried to implement start rating on my app.
however, I am not able to get the number of stars which I choose from my app. Can anyone provide a sample application (working) where i select 3 or 4 stars and i get that value as number on my code behind (lets say on button click).