Skip to content

Commit f389f57

Browse files
committed
link to usage
1 parent 7c425eb commit f389f57

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
@@ -4,7 +4,7 @@
44
- `HttpClientModule` has been removed from imports.
55
This caused some issues when external modules where imported in an application, and that those modules registered their own HTTP interceptors. See [this issue](https://github.com/angular/angular/issues/20575) for reference.
66

7-
- A static `forRoot()` method has been added to the module declaration. You must now explicitly call this method when importing `NgHttpLoaderModule` in your root application module.
7+
- A static `forRoot()` method has been added to the module declaration. You must now [explicitly call this method](README.md#usage) when importing `NgHttpLoaderModule` in your root application module.
88
This intends to avoid multiple providers instances when working with lazy modules in which you would want to import `NgHttpLoaderModule` for any reasons.
99

1010
- The default spinner is now `Spinkit.skWave` (less CPU intensive).

0 commit comments

Comments
 (0)