Skip to content

Commit 44be878

Browse files
committed
Document entryComponents deprecation with ivy
1 parent b15a52f commit 44be878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The different spinners available are referenced in [this file](src/lib/spinkits.
132132
You can define your own spinner component in place of the built-in ones. The needed steps are:
133133

134134
- 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))
136136
- Reference your component as a public property in your `app.component.ts`
137137
- Reference the predefined property in the ng-http-loader component selector like this:
138138
```xml

0 commit comments

Comments
 (0)