@nativescript-community/observable
Nativescript Observable class extension.
npm i --save @nativescript-community/observable
- Version: 2.0.11
- GitHub:
- NPM: https://www.npmjs.com/package/%40nativescript-community%2Fobservable
- Downloads:
- Last Day: 184
- Last Week: 636
- Last Month: 2137
Installation
tns plugin add @nativescript-community/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