A blocking loader using RXJS in Angular JS #it works
1.install rxjs and include it in index.html
npm install --save rxjs
3.check the demo example for more info.
A blocking loader using RXJS in Angular JS