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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ The different spinners available are referenced in [this file](src/lib/spinkits.
132
132
You can define your own spinner component in place of the built-in ones. The needed steps are:
133
133
134
134
- Create your component
135
-
- Add it to the [entryComponents](https://angular.io/guide/ngmodule-faq#what-is-an-entry-component) array in your module's configuration
135
+
- 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))
136
136
- Reference your component as a public property in your `app.component.ts`
137
137
- Reference the predefined property in the ng-http-loader component selector like this:
0 commit comments