0.1.0 • Published 6 years ago

@xlab-tech/rxcolletion v0.1.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
6 years ago

RxCollection

Build Status Codacy Badge Coverage Status dependencies Status devDependencies Status Code style: airbnb AUR

  

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/rxcolletion --save

or

CDN

<head>
<script type=‘application/javascript’ src=‘https://unpkg.com/@xlab-tech/rxcolletion@0.1.0’ defer/>
</head>

API