npm i --save nativescript-observable
- Version: 2.0.7
- GitHub:
- NPM: https://www.npmjs.com/package/nativescript-observable
- Downloads:
- Last Day: 0
- Last Week: 0
- Last Month: 0
Installation
tns plugin add nativescript-observable
Be sure to run a new build after adding plugins to avoid any issues.
this is a simple subclass of TNS Observable class which let the observable know when a listener was added or removed. Very useful to create native object to listen for native event only when necessary