An open API service indexing awesome lists of open source software.

https://github.com/keephacking/winloaderjs

A blocking loader using RXJS in Angular JS
https://github.com/keephacking/winloaderjs

Last synced: about 1 month ago
JSON representation

A blocking loader using RXJS in Angular JS

Awesome Lists containing this project

README

          

# WinLoaderJs
A blocking loader using RXJS in Angular JS
#it works

# To Use it
1.install rxjs and include it in index.html

`npm install --save rxjs`

2. add `winLoaderModule` in your app.js file

3.check the demo example for more info.