Skip to content

Commit ae8d65a

Browse files
committed
Add type
1 parent fc419c2 commit ae8d65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

33
## v5.0.0
4-
Prior to this release, `NgHttpLoaderComponent#isSpinnerVisible` was a boolean. Because of unexpected behaviors when a component with `ChangeDetectionStrategy.OnPush` performed HTTP requests, it is now on `Observable`.
4+
Prior to this release, `NgHttpLoaderComponent#isSpinnerVisible` was a boolean. Because of unexpected behaviors when a component with `ChangeDetectionStrategy.OnPush` performed HTTP requests, it is now on `Observable<boolean>`.
55
The associated template now uses an `async pipe` in order to perform the show/hide logic.
66

77
## v4.0.0

0 commit comments

Comments
 (0)