You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The module is now splitted in sub-modules for more convenience. See [usage](https://github.com/mpalourdio/ng-http-loader#usage).
4
+
It's an **opt-in** feature. The "old" module import method, by simply declaring ``NgHttpLoaderModule``, is still fully supported.
5
+
6
+
**BC break** : paths of components and services have changed.
7
+
- Components are now located in the ``components`` folders.
8
+
- Services are now located in the ``services`` folders.
9
+
10
+
## v0.4.0
11
+
12
+
Added **angular 5** full support. The last version compatible with angular 4 is ``version 0.3.4``
13
+
14
+
## v0.3.4
15
+
16
+
Fixed default spinners background.
17
+
18
+
## v0.3.0
19
+
20
+
This release gives the possibility to filter http requests that should not be handled by the interceptor by providing an array of URL regex to the component's ``filteredUrlPatterns`` property.
21
+
22
+
## v0.2.0
23
+
24
+
Definitely switch to the new HttpClientModule api available from angular 4.3
25
+
26
+
## v0.1.0
27
+
28
+
Before completely removing HttpInterceptorService, provide a parallel implementation based on the new built-in angular 4.3 intercepto
0 commit comments