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
Copy file name to clipboardExpand all lines: README.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,11 +138,23 @@ The different spinners available are referenced in [this file](src/lib/spinkits.
138
138
You can define your own spinner component in place of the built-in ones. The needed steps are:
139
139
140
140
- Create your component
141
-
- Add it to the [entryComponents](https://angular.io/guide/ngmodule-faq#what-is-an-entry-component) array in your module's configuration (not necessary anymore with [ivy](https://next.angular.io/guide/deprecations#entryComponents))
142
141
- Reference your component as a public property in your `app.component.ts`
143
-
- Reference the predefined property in the ng-http-loader component selector like this:
142
+
- Reference the predefined property in the ng-http-loader `entryComponent` component selector like this:
You can find some examples [here](https://gist.github.com/mpalourdio/2c0bec03d610b24ff49db649fbb69a48) and [here](https://gist.github.com/mpalourdio/e05b4495de2abeeecfcf92d70e4ef93e).
0 commit comments