Skip to content

Commit 2704d70

Browse files
authored
Merge pull request #69 from mpalourdio/1.0.2
Tree shakable compilation
2 parents 9f1607e + b70483c commit 2704d70

File tree

3 files changed

+393
-284
lines changed

3 files changed

+393
-284
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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+
37
## v1.0.1
48

59
This release is a bug fix release. It prevents the ``PendingInterceptorService`` from being triggered when using the ``SpinnerVisibilityService``.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-http-loader",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"scripts": {
55
"prepare-deploy": "gulp inline-templates && gulp clean-dist && ngc -p tsconfig.ngc.json && gulp clean-tmp && gulp copy-all",
66
"test": "ng test"

0 commit comments

Comments
 (0)