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
- Host: GitHub
- URL: https://github.com/keephacking/winloaderjs
- Owner: keephacking
- License: mit
- Created: 2017-10-12T13:08:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T06:20:55.000Z (almost 8 years ago)
- Last Synced: 2024-11-19T17:58:58.001Z (about 1 year ago)
- Language: JavaScript
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.