Open isaackwan opened 6 years ago
You can to fork the repository and replace all occurrences of rxjs/Subscription
with rxjs
in the /build
folder, then just pull your fork down using npm
instead of the original
I made a version that works with Angular 6: qs-angular2-busy
Did not they think about the possibility of doing a pull-request with the implementation of compatibility with the "angular@^6"? It would help by giving continuity to the project and to those who already use this lib.
I am going to start working on getting this upgraded to support angular 6+. Im going to have to do it for work so might as well do it here so everyone will benefit.
I have got the library set up and demo site working using angular-cli. The repo is here, https://github.com/jtc10005/angular2-busy But I am having trouble getting the busy.component to load the dynamic component. I dont have much experience with that, If anyone wants to take a look and povide some pointers I would appreciate it.
Hey there - thanks for your work on this! It really made my life much simplier.
However, I just wanted to give you a heads up on RxJS 6. They now have a slightly different import path, making this module not working on Angular 6+.
You can kind more details here: