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.
2 parents 9f1607e + b70483c commit 2704d70Copy full SHA for 2704d70
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v1.0.2
4
+
5
+The compiler options have been adjusted so ng-http-loader is now an es2015 module, and can be tree-shaked.
6
7
## v1.0.1
8
9
This release is a bug fix release. It prevents the ``PendingInterceptorService`` from being triggered when using the ``SpinnerVisibilityService``.
package.json
@@ -1,6 +1,6 @@
{
"name": "ng-http-loader",
- "version": "1.0.1",
+ "version": "1.0.2",
"scripts": {
"prepare-deploy": "gulp inline-templates && gulp clean-dist && ngc -p tsconfig.ngc.json && gulp clean-tmp && gulp copy-all",
"test": "ng test"
0 commit comments