EddyVerbruggen / nativescript-bluetooth-demo

30 stars 21 forks source link

Angular version of this demo #12

Open jiwonyune opened 8 years ago

jiwonyune commented 8 years ago

Hi,

I am building an app that requires a Bluetooth support with NativeScript Angular. I would like to run this demo app and later use it as a reference for my own app, but I am not too familiar with this non-Angular version of a NativeScript app at this point. Can anyone give me some advice on how to convert this demo into an Angular app?

Thank you so much in advance.

bapowell commented 7 years ago

I've built an Angular version of this demo. It also utilizes a service "wrapper" around the bluetooth plugin, to provide extra functionality that most apps I write tend to need.

I'm happy to contribute this, as a way of saying thanks to Eddy for his plugin, as well as the greater NativeScript team.

Eddy, would you like me to fork and do a pull-request, maybe on a separate "angular" branch?

EddyVerbruggen commented 7 years ago

Hi @bapowell that sounds awesome! And if it looks more useful than the current master we may even promote it to being a new default demo. 👍

bapowell commented 7 years ago

Just created the pull request for the Angular version.