We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bde7e0 commit 70352b4Copy full SHA for 70352b4
CHANGELOG.MD
@@ -1,3 +1,8 @@
1
+## v0.5.1
2
+
3
+This release fixes a bug that could cause the spinner to not show if an http request were performed **before** the spinner component was initialized.
4
+The responsible ``Subject`` has been replaced by a ``ReplaySubject``.
5
6
## v0.5.0
7
8
The module is now splitted in sub-modules for more convenience. See [usage](https://github.com/mpalourdio/ng-http-loader#usage).
package.json
@@ -1,6 +1,6 @@
{
"name": "ng-http-loader",
- "version": "0.5.0",
+ "version": "0.5.1",
"scripts": {
"prepare-deploy": "gulp inline-templates && gulp clean-dist && ngc -p tsconfig.ngc.json && gulp clean-tmp && gulp copy-all",
"test": "ng test --watch false"
0 commit comments