@xlab-tech/rxcollection
v0.1.1
Published
RxCollection it's a utility for create the observable Collection, we use RXJS for create an observable.
Downloads
3
Maintainers
Readme
RxCollection
RxCollection it's a utility for create the observable Collection, we use RXJS for create an observable. It's possible observer all changes in the collection and in all levels. and it's posible filter the types of changes or the properties of the collections that observer.
Instalation
NPM
npm install @xlab-tech/rxcollection --save
or
CDN
<head>
<script type=‘application/javascript’ src=‘https://unpkg.com/@xlab-tech/[email protected]’ defer/>
</head>