0
votes

Can I use angular2`s observables or do I must use nativescripts observables? Because nativescripts observable are not generic its annoying. thanks

1

1 Answers

0
votes

You can use RxJS in a NativeScript with Angular project. RxJS is the same library used in the core Angular framework.

You have options.

Best,